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