Enum TextAlignment
Enumerates values that describe alignemnt of text.
Namespace: Tizen.UIExtensions.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public enum TextAlignment
Fields
Name | Description |
---|---|
Auto | Aligns horizontal text according to language. Top aligned for vertical text. |
Center | Center-aligned text. |
End | Right and bottom aligned for horizontal and vertical text, respectively. |
None | Follow base TextAlignment |
Start | Left and top aligned for horizontal and vertical text, respectively. |