DockTreeClientOverlay.LeftSplitterWidth Property

DevZest WPF Docking

DockTreeClientOverlayLeftSplitterWidth Property
Gets the width of left 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 LeftSplitterWidth { get; }
Public ReadOnly Property LeftSplitterWidth As GridLength
	Get

Property Value

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