Shape.ZOrderPosition

Shape.ZOrderPosition property

Returns the position of a shape in the z-order.

public int ZOrderPosition { get; set; }

Examples


[C#]
shape.ZOrderPosition = 3;

See Also