ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapView Class / Zoom Property

In This Topic
    Zoom Property (MapView)
    In This Topic
    Gets or sets the viewport zoom level. Automatically calculated if omitted based on the MapView type. An expression should evaluate to a System.Double.
    Syntax
    'Declaration
     
    Public Property Zoom As ExpressionInfo
    public ExpressionInfo Zoom {get; set;}
    See Also