DockTreeClientOverlay.BottomTreeHeight Property

DevZest WPF Docking

DockTreeClientOverlayBottomTreeHeight Property
Gets the height of bottom 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 BottomTreeHeight { get; }
Public ReadOnly Property BottomTreeHeight As GridLength
	Get

Property Value

Type: GridLength
The bottom DockTree height.
See Also