Class TextFieldBindings

    Definition

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

    This class provides a set of static properties for binding with TextField control.

    public static class TextFieldBindings
    Inheritance
    object
    TextFieldBindings

    Properties

    View Source

    FontSizeProperty

    The FontSizeProperty is a bindable property that indicates the size of the font used to display the text in the TextField control.

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

    TextColorProperty

    The TextColorProperty is a bindable property that indicates the color of the text in the TextField control.

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

    TextProperty

    The TextProperty is a two-way bindable property that indicates the text displayed in the TextField control.

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