Enum CircularAlignment

Definition

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

Enumeration for Circular alignment. The @p horizontalAlignment and @p verticalAlignment can be used to align the text within the text area.

C#
Copy
public enum CircularAlignment : int
Name Description
Begin

Texts place at the begin of Circular direction.

Center

Texts place at the center of Circular direction.

End

Texts place at the end of Circular direction.

Extension Methods