Class TextLabelBindings

    Definition

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

    Provides a set of static properties that represent the data-binding capabilities of the TextLabel class.

    public static class TextLabelBindings
    Inheritance
    object
    TextLabelBindings

    Properties

    View Source

    FontSizeProperty

    Gets the binding property for the PointSize property.

    Declaration
    public static BindingProperty<TextLabel, float> FontSizeProperty { get; }
    Property Value
    Type Description
    BindingProperty<TextLabel, float>
    View Source

    TextColorProperty

    Gets the binding property for the TextColor property.

    Declaration
    public static BindingProperty<TextLabel, UIColor> TextColorProperty { get; }
    Property Value
    Type Description
    BindingProperty<TextLabel, UIColor>
    View Source

    TextProperty

    Gets the binding property for the Text property.

    Declaration
    public static BindingProperty<TextLabel, string> TextProperty { get; }
    Property Value
    Type Description
    BindingProperty<TextLabel, string>
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX