Enum StretchItems
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Specifies how items in a flex container are stretched along the main axis.
public enum StretchItems
- Extension Methods
Fields
All = 5
All items are stretched evenly.
End = 2
The last item is stretched.
Middle = 4
All items except for the first and last are stretched.
None = 0
No stretching is applied.
Start = 1
The first item is stretched.
StartAndEnd = 3
The first and last items are stretched.