Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Rotation Class / Longitude Property

In This Topic
    Longitude Property
    In This Topic
    Gets or sets the longitude value of the rotation.

    Allowed values are from -0 to 359.9, inclusive.

    Default value is 0.

    Syntax
    'Declaration
     
    Public Property Longitude As System.Single
    public System.float Longitude {get; set;}
    See Also