FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.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