Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Flip Method
Specifies whether the shape is to be flipped horizontally or vertically.


In This Topic
    Flip Method
    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