z_order_position property

z_order_position property

Gets the position of this PresentationBaseShape in the z-order.

Remarks

A shape with greater z-order is always in front of a shape with a lower z-order.

Definition:

@property
def z_order_position(self):
    ...

See Also