DockTreeZOrder.Second Property

DevZest WPF Docking

DockTreeZOrderSecond Property
Gets or sets the second 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 Second { get; }
Public ReadOnly Property Second As Dock
	Get

Property Value

Type: Dock
The second dock tree position.
See Also