FloatingWindow.Left Property

DevZest WPF Docking

FloatingWindowLeft Property
Gets the left position of this FloatingWindow. This is a dependency property.

Namespace: DevZest.Windows.Docking
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
The left position of this FloatingWindow.
See Also