DockTreeZOrder.IndexOf Method

DevZest WPF Docking

DockTreeZOrderIndexOf Method
Returns the index of the z-order for the specified 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 int IndexOf(
	Dock position
)
Public Function IndexOf ( 
	position As Dock
) As Integer

Parameters

position
Type: System.Windows.ControlsDock
The specified dock tree position.

Return Value

Type: Int32
The zero based index of the z-order.
See Also