ControlSite.ZOrder Property

Definition

Gets the z-order position of the ControlSite.

public:
 property int ZOrder { int get(); };
public int ZOrder { get; }
member this.ZOrder : int
Public ReadOnly Property ZOrder As Integer

Property Value

The z-order position of the ControlSite.

Remarks

In any collection of objects, the object at the back of the z-order is the first object in the collection, and the object at the front of the z-order is the last object in the collection.

Applies to