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