Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / C1Maps Class / MaxLat Property

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