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