Enum Variant
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the display variation applied to a component.
public enum Variant
- Extension Methods
Fields
Filled = 1The component interior is filled with a solid color.
Outlined = 2The component has an outline around the edge.
Text = 0The component has no drop shadow, background or border.