ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps 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 System.Double
    public System.double Zoom {get; set;}
    Remarks
    The default value is 1. The minimum zoom factor is 1. An increment of 1 in the zoom factor doubles the map resolution.
    See Also