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#Copypublic 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. |