Class ViewBindings
Definition
- Assembly:
- Tizen.NUI.dll
Provides a set of static properties that represent the binding properties of the View class.
public static class ViewBindings
- Inheritance
-
objectViewBindings
Properties
View SourceBackgroundColorProperty
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> |
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> |
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> |
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> |