Enum GridLayout.StretchFlags
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 8
The value how child is resized within its space.
C#Copypublic enum StretchFlags : int
Name | Description |
---|---|
Expand | Expand to share available space in GridLayout. |
ExpandAndFill | Expand to share available space in GridLayout and fill the space. |
Fill | Resize to completely fill the space. |
None | Respect measured size of the child. |