Enum Variant
Specifies the design variant of RadzenButton and RadzenBadge. Affects the visual styling of RadzenButton and RadzenBadge.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum Variant : int
Fields
Name | Description |
---|---|
Filled | A filled appearance. |
Flat | A flat appearance without any drop shadows. |
Outlined | An outlined appearance. |
Text | A text appearance. |