Mapping.From Property

DevZest WPF Docking

MappingFrom Property
Gets or sets the source object for the mapping. This is a denpendency property.

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

Property Value

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