Class TextFieldBindings
Definition
- Assembly:
- Tizen.NUI.dll
This class provides a set of static properties for binding with TextField control.
public static class TextFieldBindings
- Inheritance
-
objectTextFieldBindings
Properties
View SourceFontSizeProperty
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> |
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> |
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> |