WindowControl.Left Property

DevZest WPF Docking

WindowControlLeft Property
Gets or sets a value that represents the distance between the left side of WindowControl and the left side of its parent WindowPanel. 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 double Left { get; set; }
Public Property Left As Double
	Get
	Set

Property Value

Type: Double
A Double that represents the offset position from the left side of a parent WindowPanel. The default value is NaN.
See Also