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

In This Topic
    Latitude Property
    In This Topic
    Gets or sets the latitude value of the rotation.

    Allowed values are from -0 to 359.9, inclusive.

    Default value is 0.

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