Enum TextLayoutDirectionPolicy
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the layout direction policy of text.
public enum TextLayoutDirectionPolicy
Fields
| Name | Description |
|---|---|
| Contents | The text layout direction is determined by the text itself. |
| Inherit | The text layout direction is inherited. If you change the layout direction, it will be aligned with the changed layout direction. |
| Locale | The text layout direction is determined by the locale of the system language. |