MsoZOrderCmd Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
msoBringToFront | 0 | Bring shape to the front. |
msoSendToBack | 1 | Send shape to the back. |
msoBringForward | 2 | Bring shape forward. |
msoSendBackward | 3 | Send shape backward. |
msoBringInFrontOfText | 4 | Bring shape in front of text. |
msoSendBehindText | 5 | Send shape behind text. |