Enum FlexLayout.PositionType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 8
Enumeration for the position type of the flex item how it is positioned within its parent.
public enum PositionType
Fields
Name | Description |
---|---|
Absolute | Flex items laid out absolutely. |
Relative | Flex items laid out relatively. |