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


In This Topic
    Rotation Property (IShapeBase)
    In This Topic
    Gets or sets the rotation of the shape, in degrees.
    Syntax
    'Declaration
     
    
    Property Rotation As Double
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As Double
     
    instance.Rotation = value
     
    value = instance.Rotation
    double Rotation {get; set;}

    Property Value

    The rotation of the shape.
    See Also