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