Shape.HorizontalFlip Property
Word Developer Reference |
Indicates that a shape has been flipped horizontally. Read-only MsoTriState.
Syntax
expression.HorizontalFlip
expression Required. A variable that represents a Shape object.
Example
This example restores each shape in the active document to its original state if it has been flipped horizontally or vertically.
Visual Basic for Applications |
---|
|
See Also