MsoZOrderCmd Enum

Definition

Specifies where in the z-order a shape should be moved relative to other shapes.

public enum class MsoZOrderCmd
public enum MsoZOrderCmd
type MsoZOrderCmd = 
Public Enum MsoZOrderCmd
Inheritance
MsoZOrderCmd

Fields

msoBringForward 2

Bring shape forward.

msoBringInFrontOfText 4

Bring shape in front of text.

msoBringToFront 0

Bring shape to the front.

msoSendBackward 3

Send shape backward.

msoSendBehindText 5

Send shape behind text.

msoSendToBack 1

Send shape to the back.

Applies to