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

In This Topic
    RoundAutoZoom Property (Map)
    In This Topic
    Gets or sets a value indicating whether to round automatically calculated zoom levels down to next integer.

    The default is true.

    Syntax
    'Declaration
     
    Public Property RoundAutoZoom As Boolean
    public bool RoundAutoZoom {get; set;}
    See Also