Class TextLabelBindings
Definition
- Assembly:
- Tizen.NUI.dll
Provides a set of static properties that represent the data-binding capabilities of the TextLabel class.
public static class TextLabelBindings
- Inheritance
-
objectTextLabelBindings
Properties
View SourceFontSizeProperty
Gets the binding property for the PointSize property.
Declaration
public static BindingProperty<TextLabel, float> FontSizeProperty { get; }
Property Value
| Type | Description |
|---|---|
| BindingProperty<TextLabel, float> |
TextColorProperty
Gets the binding property for the TextColor property.
Declaration
public static BindingProperty<TextLabel, UIColor> TextColorProperty { get; }
Property Value
| Type | Description |
|---|---|
| BindingProperty<TextLabel, UIColor> |
TextProperty
Gets the binding property for the Text property.
Declaration
public static BindingProperty<TextLabel, string> TextProperty { get; }
Property Value
| Type | Description |
|---|---|
| BindingProperty<TextLabel, string> |