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


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