Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / VerticalFlip Property


In This Topic
    VerticalFlip Property (IShapeBase)
    In This Topic
    Gets a value indicating whether the specified shape is flipped around the vertical axis.
    Syntax
    'Declaration
     
    
    ReadOnly Property VerticalFlip As Boolean
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As Boolean
     
    value = instance.VerticalFlip
    bool VerticalFlip {get;}

    Property Value

    true if the specified shape is flipped around the vertical axis; otherwise, false.
    See Also