Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Map Class / MaxAutoZoom Property

In This Topic
    MaxAutoZoom Property (Map)
    In This Topic
    Gets or sets the maximum zoom level value for auto zooming. Valid values are from 0 to 20. 0 (the default) disables auto zoom limiting.
    Syntax
    'Declaration
     
    Public Property MaxAutoZoom As Double
    public double MaxAutoZoom {get; set;}
    See Also