DockTreeZOrder Constructor

DevZest WPF Docking

DockTreeZOrder Constructor
Initialize a new instance of DockTreeZOrder structure.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockTreeZOrder(
	Dock first,
	Dock second,
	Dock third,
	Dock fourth
)
Public Sub New ( 
	first As Dock,
	second As Dock,
	third As Dock,
	fourth As Dock
)

Parameters

first
Type: System.Windows.ControlsDock
The first dock tree position.
second
Type: System.Windows.ControlsDock
The second dock tree position.
third
Type: System.Windows.ControlsDock
The third dock tree position.
fourth
Type: System.Windows.ControlsDock
The fourth dock tree position.
Remarks
The specified fourth dock tree position is on the top of z-order.
See Also