DockTreeClientOverlay.RightTreeWidth Property

DevZest WPF Docking

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

Property Value

Type: GridLength
The right DockTree width.
See Also