Enum VerticalAlignment

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

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

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