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


In This Topic
    Longitude Property
    In This Topic
    Gets or sets the longitude value of the rotation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Longitude As Double
    'Usage
     
    
    Dim instance As Rotation
    Dim value As Double
     
    value = instance.Longitude
    public double Longitude {get;}
    See Also