Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flips the specified shape range around its horizontal or vertical axis.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Flip ( _
FlipCmd As MsoFlipCmd _
)
'Usage
Dim instance As ShapeRange
Dim FlipCmd As MsoFlipCmd
instance.Flip(FlipCmd)
void Flip(
MsoFlipCmd FlipCmd
)
Parameters
- FlipCmd
Type: Microsoft.Office.Core.MsoFlipCmd
Specifies whether the shape is to be flipped horizontally or vertically.
Remarks
The FlipCmd parameter value can be one of these MsoFlipCmd constants.