Struct TextVisualProperty
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
This specifies properties of the TextVisual.
public struct TextVisualProperty
Fields
View SourceBackground
The default text background parameters.
Declaration
public static readonly int Background
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
View SourceEnableMarkup
Whether the mark-up processing is enabled.
Declaration
public static readonly int EnableMarkup
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceFontFamily
The requested font family to use.
Declaration
public static readonly int FontFamily
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceFontStyle
The requested font style to use.
Declaration
public static readonly int FontStyle
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceHorizontalAlignment
The line horizontal alignment.
Declaration
public static readonly int HorizontalAlignment
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceMultiLine
The single-line or multi-line layout option.
Declaration
public static readonly int MultiLine
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceOutline
The default outline parameters.
Declaration
public static readonly int Outline
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
View SourcePointSize
The size of font in points.
Declaration
public static readonly int PointSize
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceShadow
The shadow parameters.
Declaration
public static readonly int Shadow
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
View SourceText
The text to display in UTF-8 format.
Declaration
public static readonly int Text
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceTextColor
The color of the text.
Declaration
public static readonly int TextColor
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceUnderline
The default underline parameters.
Declaration
public static readonly int Underline
Field Value
Type | Description |
---|---|
Int32 |
API Level: 5
View SourceVerticalAlignment
The line vertical alignment.
Declaration
public static readonly int VerticalAlignment
Field Value
Type | Description |
---|---|
Int32 |