FlexWrap
Namespace: BlazorNative.Components
Line wrapping of a flex container (flexWrap).
public enum FlexWrap
Inheritance Object → ValueType → Enum → FlexWrap
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| NoWrap | 0 | "nowrap" — Yoga's default. Note the CSS spelling: ONE word. |
| Wrap | 1 | "wrap" |
| WrapReverse | 2 | "wrap-reverse" |