WindowControl.ActualTop Property

DevZest WPF Docking

WindowControlActualTop Property
Gets the actual top 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 ActualTop { get; }
Public ReadOnly Property ActualTop As Double
	Get

Property Value

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