WindowControl.Top Property

DevZest WPF Docking

WindowControlTop Property
Gets or sets a value that represents the distance between the top side of WindowControl and the top 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 Top { get; set; }
Public Property Top As Double
	Get
	Set

Property Value

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