Class TextEditorBindings

    Definition

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

    Provides a set of static properties for binding TextEditor controls.

    public static class TextEditorBindings
    Inheritance
    object
    TextEditorBindings

    Properties

    View Source

    FontSizeProperty

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

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

    TextColorProperty

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

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

    TextProperty

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

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