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

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