Property Item
| Improve this Doc View SourceItem[Int32]
Gets the dock tree position at the given zero-based index of z-order.
Declaration
public Dock this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | The given zero-based index of z-order. |
Property Value
| Type | Description |
|---|---|
| System.Windows.Controls.Dock | The dock tree position. |