Class TypedBindingBase
Definition
- Assembly:
- Tizen.NUI.dll
public abstract class TypedBindingBase : BindingBase
- Inheritance
Properties
View SourceConverter
Declaration
public IValueConverter Converter { get; set; }
Property Value
| Type | Description |
|---|---|
| IValueConverter |
ConverterParameter
Declaration
public object ConverterParameter { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Source
Declaration
public object Source { get; set; }
Property Value
| Type | Description |
|---|---|
| object |