Enum Shade
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Specifies the color shade of a RadzenButton. Affects the visual styling of RadzenButton.
public enum Shade
- Extension Methods
Fields
Dark = 3
A button with dark styling.
Darker = 4
A button with darker styling.
Default = 2
A button with default styling.
Light = 1
A button with light styling.
Lighter = 0
A button with lighter styling.