z_order_position property

z_order_position property

Returns the position of a shape in the z-order. Shapes[0] returns the shape at the back of the z-order, and Shapes[Shapes.Count - 1] returns the shape at the front of the z-order. Read-only int.

Definition:

@property
def z_order_position(self):
    ...

See Also