Enum TextRenderMode
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the render mode of text.
public enum TextRenderMode
Fields
| Name | Description |
|---|---|
| AsyncAuto | automatically requests an asynchronous text load in OnRelayout. |
| AsyncManual | users should manually request rendering using the async text method. |
| Sync | default, synchronous text loading. |