Shape.Flip Method

Flips the specified shape 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 Shape
Dim FlipCmd As MsoFlipCmd

instance.Flip(FlipCmd)
void Flip(
    MsoFlipCmd FlipCmd
)

Parameters

Remarks

The FlipCmd parameter value can be one of the following MsoFlipCmd constants:

msoFlipHorizontal

msoFlipVertical

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.PowerPoint Namespace