Enum VerticalAlignment
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Enumeration for the vertical alignment of objects such as texts and layout items.
C#Copypublic enum VerticalAlignment : int
Name | Description |
---|---|
Bottom | Objects are placed at the bottom of the vertical direction. |
Center | Objects are placed at the center of the vertical direction. |
Top | Objects are placed at the top of the vertical direction. |