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

In This Topic
    MinZoom Property (C1Maps)
    In This Topic
    Gets or sets the minimum zoom of this map.
    Syntax
    'Declaration
     
    
    Public Property MinZoom As Double
    public double MinZoom {get; set;}
    Remarks
    The minimum zoom factor is 0 and the maximum value is 20.
    See Also