DockTreeClientOverlay.TopTreeHeight Property

DevZest WPF Docking

DockTreeClientOverlayTopTreeHeight Property
Gets the height of top DockTree.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public GridLength TopTreeHeight { get; }
Public ReadOnly Property TopTreeHeight As GridLength
	Get

Property Value

Type: GridLength
The top DockTree height.
See Also