Padding
Size of spacing and location between content and border.
razor
[Parameter] public Padding Padding { get; set; } = Padding.Tight | Padding.All;
Padding is Flags enum type. That means it values in the enum can be combined and padding size and location can be set as one value.