DockTreeZOrder.First Property

DevZest WPF Docking

DockTreeZOrderFirst Property
Gets or sets the first dock tree position.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Dock First { get; }
Public ReadOnly Property First As Dock
	Get

Property Value

Type: Dock
The first dock tree position.
See Also