Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / FlipShape Method


In This Topic
    FlipShape Method (Shape)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub FlipShape( _
       ByVal horizontal As Boolean _
    ) 
    'Usage
     
    
    Dim instance As Shape
    Dim horizontal As Boolean
     
    instance.FlipShape(horizontal)
    protected void FlipShape( 
       bool horizontal
    )

    Parameters

    horizontal
    See Also