MsoFlipCmd Enum
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.
C++
public enum class MsoFlipCmd
public enum MsoFlipCmd
type MsoFlipCmd =
Public Enum MsoFlipCmd
- Inheritance
-
MsoFlipCmd
Name | Value | Description |
---|---|---|
msoFlipHorizontal | 0 | Flip horizontally. |
msoFlipVertical | 1 | Flip vertically. |
Product | Versions |
---|---|
Office primary interop assembly | Latest |