ZOrderPosition

PresentationBaseShape.ZOrderPosition property

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

public int ZOrderPosition { get; }

Property Value

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.

See Also