Skip to main content

DynamicMiniMapBehavior.MaxZoomLevel Property

Gets or sets the maximum value of the mini map zoom level.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(20)]
public double MaxZoomLevel { get; set; }

Property Value

Type Default Description
Double 20

A double value, specifying the maximum of zoom level.

See Also