DevZest WPF Docking
DockTreeZOrderItem Property |
Gets the dock tree position at the given zero-based index of z-order.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Dock this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As Dock Get
Parameters
- index
- Type: SystemInt32
The given zero-based index of z-order.
Property Value
Type: Dock[Missing <value> documentation for "P:DevZest.Windows.Docking.DockTreeZOrder.Item(System.Int32)"]
Return Value
Type: DockThe dock tree position.
See Also