Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Flip Method
Specifies whether the shape is to be flipped horizontally or vertically.


In This Topic
    Flip Method (IShapeBase)
    In This Topic
    Flips the specified shape around its horizontal or vertical axis.
    Syntax
    'Declaration
     
    
    Sub Flip( _
       Optional ByVal horizontal As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IShapeBase
    Dim horizontal As Boolean
     
    instance.Flip(horizontal)
    void Flip( 
       bool horizontal
    )

    Parameters

    horizontal
    Specifies whether the shape is to be flipped horizontally or vertically.
    See Also