FlexWrap Type
Wrapping behaviour of a flex container.
Union cases
| Union case |
Description
|
Full Usage:
NoWrap
|
|
Full Usage:
Wrap
|
|
Full Usage:
WrapReverse
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsNoWrap
Returns: bool
|
|
Full Usage:
this.IsWrap
Returns: bool
|
|
Full Usage:
this.IsWrapReverse
Returns: bool
|
|
Nao