FloatingWindow.Top Property

DevZest WPF Docking

FloatingWindowTop Property
Gets the top 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 Top { get; set; }
Public Property Top As Double
	Get
	Set

Property Value

Type: Double
The top position of this FloatingWindow.
See Also