Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / FlipShapeVertical() Method


In This Topic
    FlipShapeVertical() Method
    In This Topic
    Flips the shape vertically (along a vertical axis).
    Syntax
    'Declaration
     
    
    Public Overridable Sub FlipShapeVertical() 
    'Usage
     
    
    Dim instance As PSObject
     
    instance.FlipShapeVertical()
    public virtual void FlipShapeVertical()
    See Also