Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapViewport Class / Zoom Property

In This Topic
    Zoom Property (MapViewport)
    In This Topic
    Gets or sets the zoom level of the C1Map.
    Syntax
    'Declaration
     
    
    Public Property Zoom As Double
    public double Zoom {get; set;}
    Remarks
    The minimum zoom level is 0. An increment of 1 in the zoom level doubles the map resolution.
    See Also