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

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