DockControl.TopDockTreeHeight Property

DevZest WPF Docking

DockControlTopDockTreeHeight Property
Gets or sets the height of top DockTree. This is a dependency property.

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

Property Value

Type: SplitterDistance
The top DockTree height, can be either auto pixel, auto star, pixel or star values.
See Also