Enum HorizontalAlignment
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the horizontal alignment of objects such as texts and layout items.
public enum HorizontalAlignment
Fields
Name | Description |
---|---|
Begin | Objects are placed at the beginning of the horizontal direction. |
Center | Objects are placed at the center of the horizontal direction. |
End | Objects are placed at the end of the horizontal direction. |