Namespace: PP;
The FlexLayoutPack enumeration contains methods of items vertical layout.
It is used by the following property: FlexLayout.Position.
Value |
Brief description |
| Start | Items will be placed at the beginning of the container. |
| Center | Items will be placed at the centre of the container. |
| End | Items will be placed at the end of the container. |
| None | Vertical layout of items is not set. |
See also: