Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Rotation Structure / Revolution Property


In This Topic
    Revolution Property
    In This Topic
    Gets or sets the revolution around the central axis in the rotation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Revolution As Double
    'Usage
     
    
    Dim instance As Rotation
    Dim value As Double
     
    value = instance.Revolution
    public double Revolution {get;}
    See Also