FlowDirection Type
The direction in which a layout flows its children.
Union cases
Union case | Description |
Full Usage:
FlowDownward
|
|
Full Usage:
FlowLeftward
|
|
Full Usage:
FlowRightward
|
|
Full Usage:
FlowUpward
|
Instance members
Instance member | Description |
Full Usage:
this.IsFlowDownward
Returns: bool
|
|
Full Usage:
this.IsFlowLeftward
Returns: bool
|
|
Full Usage:
this.IsFlowRightward
Returns: bool
|
|
Full Usage:
this.IsFlowUpward
Returns: bool
|
|