DockTreeZOrder Structure

DevZest WPF Docking

DockTreeZOrder Structure
Describes the z-order of left, right, top and bottom DockTree objects for DockControl.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[TypeConverterAttribute(typeof(DockTreeZOrderConverter))]
public struct DockTreeZOrder
<TypeConverterAttribute(GetType(DockTreeZOrderConverter))>
Public Structure DockTreeZOrder

The DockTreeZOrder type exposes the following members.

Constructors
  NameDescription
Public methodDockTreeZOrder
Initialize a new instance of DockTreeZOrder structure.
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Gets the default value for the DockTreeZOrder.
Public propertyFirst
Gets or sets the first dock tree position.
Public propertyFourth
Gets or sets the fourth dock tree position.
Public propertyItem
Gets the dock tree position at the given zero-based index of z-order.
Public propertySecond
Gets or sets the second dock tree position.
Public propertyThird
Gets or sets the third dock tree position.
Top
Methods
  NameDescription
Public methodBringToFront
Returns the dock tree z-order after brings the specified dock tree position to front.
Public methodIndexOf
Returns the index of the z-order for the specified dock tree position.
Public methodSendToBack
Returns the dock tree z-order after sends the specified dock tree position to back.
Top
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.
See Also