DevZest WPF Docking
Mapping Class |
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
DevZest.WindowsMapping
System.WindowsDependencyObject
DevZest.WindowsMapping
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The Mapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Mapping | Constructs a default instance of Mapping. | |
Mapping(Object, Object) | Constructs an instance of Mapping with the specified from and to values. |
Properties
Name | Description | |
---|---|---|
From | Gets or sets the source object for the mapping. This is a denpendency property. | |
To | Gets or sets the destination object for the mapping. This is a dependency property. |
Fields
Name | Description | |
---|---|---|
FromProperty | Identifies the From dependency property. | |
ToProperty | Identifies the To dependency property. |
Remarks
The MapConverter uses instances of this class to define mappings between one set of values and another.
See Also