DockTreeZOrder.Fourth Property

DevZest WPF Docking

DockTreeZOrderFourth Property
Gets or sets the fourth 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 Fourth { get; }
Public ReadOnly Property Fourth As Dock
	Get

Property Value

Type: Dock
The fourth dock tree position.
See Also