Struct TextVisualProperty
Definition
- Assembly:
- Tizen.NUI.dll
This specifies properties of the TextVisual.
public struct TextVisualProperty
Fields
View SourceEnableMarkup
Whether the mark-up processing is enabled.
Declaration
public static readonly int EnableMarkup
Field Value
Type | Description |
---|---|
int |
FontFamily
The requested font family to use.
Declaration
public static readonly int FontFamily
Field Value
Type | Description |
---|---|
int |
FontStyle
The requested font style to use.
Declaration
public static readonly int FontStyle
Field Value
Type | Description |
---|---|
int |
HorizontalAlignment
The line horizontal alignment.
Declaration
public static readonly int HorizontalAlignment
Field Value
Type | Description |
---|---|
int |
MultiLine
The single-line or multi-line layout option.
Declaration
public static readonly int MultiLine
Field Value
Type | Description |
---|---|
int |
PointSize
The size of font in points.
Declaration
public static readonly int PointSize
Field Value
Type | Description |
---|---|
int |
Text
The text to display in UTF-8 format.
Declaration
public static readonly int Text
Field Value
Type | Description |
---|---|
int |
TextColor
The color of the text.
Declaration
public static readonly int TextColor
Field Value
Type | Description |
---|---|
int |
VerticalAlignment
The line vertical alignment.
Declaration
public static readonly int VerticalAlignment
Field Value
Type | Description |
---|---|
int |