Enum Variant
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Specifies the design variant of RadzenButton and RadzenBadge. Affects the visual styling of RadzenButton and RadzenBadge.
public enum Variant
- Extension Methods
Fields
Filled = 0
A filled appearance.
Flat = 1
A flat appearance without any drop shadows.
Outlined = 3
An outlined appearance.
Text = 2
A text appearance.