MsoFlipCmd 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 whether a shape should be flipped horizontally or vertically.
public enum class MsoFlipCmd
public enum MsoFlipCmd
type MsoFlipCmd =
Public Enum MsoFlipCmd
- Inheritance
-
MsoFlipCmd
Fields
Name | Value | Description |
---|---|---|
msoFlipHorizontal | 0 | Flip horizontally. |
msoFlipVertical | 1 | Flip vertically. |