Struct TextVisualProperty

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies properties of the TextVisual.

C#
Copy
public struct TextVisualProperty

Fields

View Source

Background

The default text background parameters.

Declaration
C#
Copy
public static readonly int Background
Field Value
Type Description
Int32
API Level: 5
View Source

EnableMarkup

Whether the mark-up processing is enabled.

Declaration
C#
Copy
public static readonly int EnableMarkup
Field Value
Type Description
Int32
API Level: 3
View Source

FontFamily

The requested font family to use.

Declaration
C#
Copy
public static readonly int FontFamily
Field Value
Type Description
Int32
API Level: 3
View Source

FontStyle

The requested font style to use.

Declaration
C#
Copy
public static readonly int FontStyle
Field Value
Type Description
Int32
API Level: 3
View Source

HorizontalAlignment

The line horizontal alignment.

Declaration
C#
Copy
public static readonly int HorizontalAlignment
Field Value
Type Description
Int32
API Level: 3
View Source

MultiLine

The single-line or multi-line layout option.

Declaration
C#
Copy
public static readonly int MultiLine
Field Value
Type Description
Int32
API Level: 3
View Source

Outline

The default outline parameters.

Declaration
C#
Copy
public static readonly int Outline
Field Value
Type Description
Int32
API Level: 5
View Source

PointSize

The size of font in points.

Declaration
C#
Copy
public static readonly int PointSize
Field Value
Type Description
Int32
API Level: 3
View Source

Shadow

The shadow parameters.

Declaration
C#
Copy
public static readonly int Shadow
Field Value
Type Description
Int32
API Level: 5
View Source

Text

The text to display in UTF-8 format.

Declaration
C#
Copy
public static readonly int Text
Field Value
Type Description
Int32
API Level: 3
View Source

TextColor

The color of the text.

Declaration
C#
Copy
public static readonly int TextColor
Field Value
Type Description
Int32
API Level: 3
View Source

Underline

The default underline parameters.

Declaration
C#
Copy
public static readonly int Underline
Field Value
Type Description
Int32
API Level: 5
View Source

VerticalAlignment

The line vertical alignment.

Declaration
C#
Copy
public static readonly int VerticalAlignment
Field Value
Type Description
Int32
API Level: 3