Shape.Flip Method
Flips the specified shape around its horizontal or vertical axis.
Syntax
expression.Flip(FlipCmd)
expression A variable that represents a Shape object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| FlipCmd | Required | MsoFlipCmd | Specifies whether the shape is to be flipped horizontally or vertically. |
Example
This example adds a triangle to myDocument, duplicates the triangle, and then flips the duplicate triangle vertically and makes it red.
| Visual Basic for Applications |
|---|
|