[]
Specifies where in the z-order a shape should be moved relative to other shapes.
public enum ZOrderType
BringForward = 2
Bring shape forward.
BringToFront = 0
Bring shape to the front.
SendBackward = 3
Send shape backward.
SendToBack = 1
Send shape to the back.