Enum DividerType
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
The type of MudDivider to display.
public enum DividerType
- Extension Methods
Fields
FullWidth = 0
The divider will fill the width of its container.
Inset = 1
The divider has a margin on its left side.
Middle = 2
The divider has a margin on the left and right sides.