Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Rotation Property


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

    Property Value

    The rotation of the shape.
    See Also