[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapLayer.MinimumZoom

MinimumZoom Property

MinimumZoom

Gets or sets the minimum zoom level at which the layer is visible. Ignored if VisibilityMode != ZoomBased. An expression should evaluate to a double. The default value is 50.

Declaration
[ExpressionBaseType(typeof(double))]
public ExpressionInfo MinimumZoom { get; set; }