Class Binding
Inheritance
System.Object
Binding
Assembly: UICatalog.dll
Syntax
public class Binding : object
Constructors
Binding(View, String, View, String, IValueConverter)
Declaration
public Binding(View source, string sourcePropertyName, View target, string targetPropertyName, IValueConverter valueConverter = null)
Parameters
Type |
Name |
Description |
View |
source |
|
System.String |
sourcePropertyName |
|
View |
target |
|
System.String |
targetPropertyName |
|
IValueConverter |
valueConverter |
|
Properties
Source
Declaration
public View Source { get; }
Property Value
SourcePropertyName
Declaration
public string SourcePropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Target
Declaration
public View Target { get; }
Property Value
TargetPropertyName
Declaration
public string TargetPropertyName { get; }
Property Value
Type |
Description |
System.String |
|