Enum AlignItems
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
The vertical alignment applied to items in a MudStack or MudDataGrid<T>.
public enum AlignItems
- Extension Methods
Fields
Baseline = 0Items are aligned to keep text consistently aligned.
Center = 1The center of items is aligned to the center of the container.
End = 3The bottom edge of items are aligned to the bottom of the container.
Start = 2The top edge of items are aligned to the top of the container.
Stretch = 4Items will have the same height as the container.