Enum GridLayout.Alignment
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 8
The alignment of the grid layout child.
C#Copypublic enum Alignment : int
Name | Description |
---|---|
Center | At the center of the container |
End | At the end of the container. |
Start | At the start of the container. |