ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1Maps Class / MaxLong Property

In This Topic
    MaxLong Property
    In This Topic
    Gets or sets the maximum longitude of this map.
    Syntax
    'Declaration
     
    
    Public Property MaxLong As Double
    public double MaxLong {get; set;}
    Remarks
    The minimum value is -180 and the maximum value is 180.
    See Also