Enum ButtonSize
Specifies the size of a RadzenButton.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum ButtonSize
Fields
| Name | Description |
|---|---|
| ExtraSmall | The smallest button. |
| Large | A button larger than the default. |
| Medium | The default size of a button. |
| Small | A button smaller than the default. |