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

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