DockTreeClientOverlay.LeftTreeWidth Property

DevZest WPF Docking

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

Property Value

Type: GridLength
The left DockTree width.
See Also