Enum AbsoluteLayoutFlags
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for AbsoluteLayoutFlags.
public enum AbsoluteLayoutFlags
Fields
| Name | Description |
|---|---|
| All | Indicates that all properties of the child element should be proportional to its parent. |
| HeightProportional | Indicates that the height of the child element should be proportional to its parent. |
| None | No flags set. |
| PositionProportional | Indicates that both the X and Y positions of the child element should be proportional to its parent. |
| SizeProportional | Indicates that both the width and height of the child element should be proportional to its parent. |
| WidthProportional | Indicates that the width of the child element should be proportional to its parent. |
| XProportional | Indicates that the X position of the child element should be proportional to its parent. |
| YProportional | Indicates that the Y position of the child element should be proportional to its parent. |