Struct TextVisualProperty

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    This specifies properties of the TextVisual.

    public struct TextVisualProperty

    Fields

    View Source

    EnableMarkup

    Whether the mark-up processing is enabled.

    Declaration
    public static readonly int EnableMarkup
    Field Value
    Type Description
    int
    View Source

    FontFamily

    The requested font family to use.

    Declaration
    public static readonly int FontFamily
    Field Value
    Type Description
    int
    View Source

    FontStyle

    The requested font style to use.

    Declaration
    public static readonly int FontStyle
    Field Value
    Type Description
    int
    View Source

    HorizontalAlignment

    The line horizontal alignment.

    Declaration
    public static readonly int HorizontalAlignment
    Field Value
    Type Description
    int
    View Source

    MultiLine

    The single-line or multi-line layout option.

    Declaration
    public static readonly int MultiLine
    Field Value
    Type Description
    int
    View Source

    PointSize

    The size of font in points.

    Declaration
    public static readonly int PointSize
    Field Value
    Type Description
    int
    View Source

    Text

    The text to display in UTF-8 format.

    Declaration
    public static readonly int Text
    Field Value
    Type Description
    int
    View Source

    TextColor

    The color of the text.

    Declaration
    public static readonly int TextColor
    Field Value
    Type Description
    int
    View Source

    VerticalAlignment

    The line vertical alignment.

    Declaration
    public static readonly int VerticalAlignment
    Field Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX