DockTreeZOrder.Third Property

DevZest WPF Docking

DockTreeZOrderThird Property
Gets or sets the third 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 Third { get; }
Public ReadOnly Property Third As Dock
	Get

Property Value

Type: Dock
The third dock tree position.
See Also