Class ViewBindings

    Definition

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

    Provides a set of static properties that represent the binding properties of the View class.

    public static class ViewBindings
    Inheritance
    object
    ViewBindings

    Properties

    View Source

    BackgroundColorProperty

    Gets the binding property for the background color of a View.

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

    HeightProperty

    Gets the binding property for the height of a View.

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

    IsEnabledProperty

    Gets the binding property for IsEnabled of a View.

    Declaration
    public static BindingProperty<View, bool> IsEnabledProperty { get; }
    Property Value
    Type Description
    BindingProperty<View, bool>
    View Source

    WidthProperty

    Gets the binding property for the width of a View.

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