Enum Wrap
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates how items in a MudStack are wrapped.
public enum Wrap
- Extension Methods
Fields
NoWrap = 0
No wrapping occurs.
Wrap = 1
Items are wrapped to fit the container.
WrapReverse = 2
Behaves the same as wrap but cross-start and cross-end are permuted.