Class TextLabelStyle

    Definition

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

    The base class for Children attributes in Components.

    public class TextLabelStyle : ViewStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    TextLabelStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    TextLabelStyle()

    Create an empty instance.

    Declaration
    public TextLabelStyle()

    Properties

    View Source

    AnchorClickedColor

    Declaration
    public Color AnchorClickedColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    AnchorColor

    Declaration
    public Color AnchorColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    AutoScrollGap

    Declaration
    public float? AutoScrollGap { get; set; }
    Property Value
    Type Description
    float?
    View Source

    AutoScrollLoopCount

    Declaration
    public int? AutoScrollLoopCount { get; set; }
    Property Value
    Type Description
    int?
    View Source

    AutoScrollLoopDelay

    Declaration
    public float? AutoScrollLoopDelay { get; set; }
    Property Value
    Type Description
    float?
    View Source

    AutoScrollSpeed

    Declaration
    public int? AutoScrollSpeed { get; set; }
    Property Value
    Type Description
    int?
    View Source

    AutoScrollStopMode

    Declaration
    public AutoScrollStopMode? AutoScrollStopMode { get; set; }
    Property Value
    Type Description
    AutoScrollStopMode?
    View Source

    CharacterSpacing

    Declaration
    public float? CharacterSpacing { get; set; }
    Property Value
    Type Description
    float?
    View Source

    Ellipsis

    Declaration
    public bool? Ellipsis { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    EllipsisPosition

    Declaration
    public EllipsisPosition? EllipsisPosition { get; set; }
    Property Value
    Type Description
    EllipsisPosition?
    View Source

    Emboss

    Declaration
    public string Emboss { get; set; }
    Property Value
    Type Description
    string
    View Source

    EnableAutoScroll

    Declaration
    public bool? EnableAutoScroll { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    EnableMarkup

    Declaration
    public bool? EnableMarkup { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    FontFamily

    Declaration
    public Selector<string> FontFamily { get; set; }
    Property Value
    Type Description
    Selector<string>
    View Source

    FontSizeScale

    Declaration
    public float? FontSizeScale { get; set; }
    Property Value
    Type Description
    float?
    View Source

    FontStyle

    Declaration
    public PropertyMap FontStyle { get; set; }
    Property Value
    Type Description
    PropertyMap
    View Source

    HorizontalAlignment

    Declaration
    public HorizontalAlignment? HorizontalAlignment { get; set; }
    Property Value
    Type Description
    HorizontalAlignment?
    View Source

    LineSpacing

    Declaration
    public float? LineSpacing { get; set; }
    Property Value
    Type Description
    float?
    View Source

    LineWrapMode

    Declaration
    public LineWrapMode? LineWrapMode { get; set; }
    Property Value
    Type Description
    LineWrapMode?
    View Source

    MatchSystemLanguageDirection

    Declaration
    public bool? MatchSystemLanguageDirection { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    MultiLine

    Declaration
    public bool? MultiLine { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    PixelSize

    Declaration
    public Selector<float?> PixelSize { get; set; }
    Property Value
    Type Description
    Selector<float?>
    View Source

    PointSize

    Declaration
    public Selector<float?> PointSize { get; set; }
    Property Value
    Type Description
    Selector<float?>
    View Source

    RelativeLineHeight

    the relative line height to be used.

    Declaration
    public float? RelativeLineHeight { get; set; }
    Property Value
    Type Description
    float?
    View Source

    Text

    Declaration
    public Selector<string> Text { get; set; }
    Property Value
    Type Description
    Selector<string>
    View Source

    TextColor

    Declaration
    public Selector<Color> TextColor { get; set; }
    Property Value
    Type Description
    Selector<Color>
    View Source

    TextShadow

    Declaration
    public Selector<TextShadow> TextShadow { get; set; }
    Property Value
    Type Description
    Selector<TextShadow>
    View Source

    TranslatableText

    Declaration
    public Selector<string> TranslatableText { get; set; }
    Property Value
    Type Description
    Selector<string>
    View Source

    VerticalAlignment

    Declaration
    public VerticalAlignment? VerticalAlignment { get; set; }
    Property Value
    Type Description
    VerticalAlignment?
    View Source

    VerticalLineAlignment

    Declaration
    public VerticalLineAlignment? VerticalLineAlignment { get; set; }
    Property Value
    Type Description
    VerticalLineAlignment?

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    ViewStyleExtension.Merge<TOut>(TOut, TOut)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX