Enum VerticalAlignment
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the vertical alignment of objects such as texts and layout items.
public enum VerticalAlignment
Fields
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. |