DockLayout.BottomDockTreeHeight Property

DevZest WPF Docking

DockLayoutBottomDockTreeHeight Property
Gets or sets the height of bottom DockTree.

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

Property Value

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