DevZest WPF Docking
Mapping Constructor (Object, Object) |
Constructs an instance of Mapping with the specified from and to values.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Parameters
- from
- Type: SystemObject
The value for the source in the mapping (see From). - to
- Type: SystemObject
The value for the destination in the mapping (see To).
See Also