ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / MultiScaleTileSource Class / MinZoom Property

In This Topic
    MinZoom Property (MultiScaleTileSource)
    In This Topic
    Gets or sets the minmum zoom level supports by this tile source.
    Syntax
    'Declaration
     
    Public Overridable Property MinZoom As System.Integer
    public virtual System.int MinZoom {get; set;}
    Remarks
    The default value is 1.
    See Also