Enum HorizontalAlignment

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Enumeration for the horizontal alignment of objects such as texts and layout items.

C#
Copy
public enum HorizontalAlignment
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.