Shape.VerticalFlip Property
True if the specified shape is flipped around the vertical axis. Read-only MsoTriState.
Syntax
expression.VerticalFlip
expression A variable that represents a Shape object.
Example
This example restores each shape on myDocument to its original state if it's been flipped horizontally or vertically.
| Visual Basic for Applications |
|---|
|