DevZest WPF Docking
Mapping Class |

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)

The Mapping type exposes the following members.

Name | Description | |
---|---|---|
![]() | Mapping | Constructs a default instance of Mapping. |
![]() | Mapping(Object, Object) | Constructs an instance of Mapping with the specified from and to values. |

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. |

Name | Description | |
---|---|---|
![]() ![]() | FromProperty | Identifies the From dependency property. |
![]() ![]() | ToProperty | Identifies the To dependency property. |

The MapConverter uses instances of this class to define mappings between one set of values and another.
