Class BindableObjectExtensions
Definition
- Namespace:
- Tizen.NUI.Binding
- Assembly:
- Tizen.NUI.dll
C#Copypublic static class BindableObjectExtensions : object
- Inheritance
-
BindableObjectExtensions
Methods
View Source
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String)
Declaration
C#Copypublic static void SetBinding(this BindableObject self, BindableProperty targetProperty, string path, BindingMode mode = BindingMode.Default, IValueConverter converter = null, string stringFormat = null)
Parameters
Type | Name | Description |
---|---|---|
BindableObject | self | |
BindableProperty | targetProperty | |
String | path | |
BindingMode | mode | |
IValueConverter | converter | |
String | stringFormat |