[]
Gets the position of the specified shape in the z-order.
int ZOrderPosition { get; }
ReadOnly Property ZOrderPosition As Integer
Type | Description |
---|---|
int | The position of the specified shape in the z-order. |
The value is on base-1.
To set the shape's position in the z-order, use the ZOrder method.
A shape's position in the z-order corresponds to the shape's index number in the Shapes collection. Whenever you add a new shape to a collection, it's added to the front of the z-order by default.