DockTreeClientOverlay.TopSplitterHeight Property

DevZest WPF Docking

DockTreeClientOverlayTopSplitterHeight Property
Gets the height of top 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 TopSplitterHeight { get; }
Public ReadOnly Property TopSplitterHeight As GridLength
	Get

Property Value

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