DockLayout.RightDockTreeWidth Property

DevZest WPF Docking

DockLayoutRightDockTreeWidth Property
Gets or sets the width of right DockTree.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public SplitterDistance RightDockTreeWidth { get; set; }
Public Property RightDockTreeWidth As SplitterDistance
	Get
	Set

Property Value

Type: SplitterDistance
The width of the right DockTree. The default value is "1/3*".
See Also