WindowControl.ActualLeft Property

DevZest WPF Docking

WindowControlActualLeft Property
Gets the actual left position of this WindowControl.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public double ActualLeft { get; }
Public ReadOnly Property ActualLeft As Double
	Get

Property Value

Type: Double
The WindowControl's left position, as a value in device-independent units (1/96th inch per unit).
See Also