ShapeRange.HorizontalFlip Property
True if the specified shape is flipped around the horizontal axis. Read-only MsoTriState.
Syntax
expression.HorizontalFlip
expression A variable that represents a ShapeRange 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 |
|---|
|