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

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