Mapping.To Property

DevZest WPF Docking

MappingTo Property
Gets or sets the destination object for the mapping. This is a dependency property.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Object To { get; set; }
Public Property To As Object
	Get
	Set

Property Value

Type: Object
The destination object for the mapping.
See Also