Enum ButtonSize
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Specifies the size of a RadzenButton.
public enum ButtonSize
- Extension Methods
Fields
ExtraSmall = 3
The smallest button.
Large = 1
A button larger than the default.
Medium = 0
The default size of a button.
Small = 2
A button smaller than the default.