Struct DockTreeZOrder
Describes the z-order of left, right, top and bottom DockTree objects for DockControl.
Inherited Members
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
[TypeConverter(typeof(DockTreeZOrderConverter))]
public struct DockTreeZOrder
Remarks
The DockTreeZOrder has First, Second, Third and Fourth properties to determine the z-order of the dock trees. The Fourth dock tree position is on the top of z-order.
Constructors
| Name | Description |
|---|---|
| DockTreeZOrder(Dock, Dock, Dock, Dock) | Initialize a new instance of DockTreeZOrder structure. |
Properties
| Name | Description |
|---|---|
| Default | Gets the default value for the DockTreeZOrder. |
| First | Gets or sets the first dock tree position. |
| Fourth | Gets or sets the fourth dock tree position. |
| Item[Int32] | Gets the dock tree position at the given zero-based index of z-order. |
| Second | Gets or sets the second dock tree position. |
| Third | Gets or sets the third dock tree position. |
Methods
| Name | Description |
|---|---|
| BringToFront(Dock) | Returns the dock tree z-order after brings the specified dock tree position to front. |
| Equals(DockTreeZOrder) | |
| Equals(Object) | |
| GetHashCode() | |
| IndexOf(Dock) | Returns the index of the z-order for the specified dock tree position. |
| SendToBack(Dock) | Returns the dock tree z-order after sends the specified dock tree position to back. |
| ToString() |
Operators
| Name | Description |
|---|---|
| Equality(DockTreeZOrder, DockTreeZOrder) | |
| Inequality(DockTreeZOrder, DockTreeZOrder) |