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


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

    Property Value

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