Class TextEditorBindings
Definition
- Assembly:
- Tizen.NUI.dll
Provides a set of static properties for binding TextEditor controls.
public static class TextEditorBindings
- Inheritance
-
objectTextEditorBindings
Properties
View SourceFontSizeProperty
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> |
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> |
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> |