DockTreeClientOverlay.RightSplitterWidth Property

DevZest WPF Docking

DockTreeClientOverlayRightSplitterWidth Property
Gets the width of right 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 RightSplitterWidth { get; }
Public ReadOnly Property RightSplitterWidth As GridLength
	Get

Property Value

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