Method IndexOf
| Improve this Doc View SourceIndexOf(Dock)
Returns the index of the z-order for the specified dock tree position.
Declaration
public int IndexOf(Dock position)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Controls.Dock | position | The specified dock tree position. |
Returns
| Type | Description |
|---|---|
| System.Int32 | The zero based index of the z-order. |