DockTreeClientOverlay.BottomSplitterHeight Property

DevZest WPF Docking

DockTreeClientOverlayBottomSplitterHeight Property
Gets the height of bottom splitter.

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

Property Value

Type: GridLength
Value of SplitterSize if bottom DockTree is visible, otherwise 0.
See Also