FloatingWindow.Height Property

DevZest WPF Docking

FloatingWindowHeight Property
Gets the height 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 Height { get; set; }
Public Property Height As Double
	Get
	Set

Property Value

Type: Double
The height of this FloatingWindow.
See Also