Skip to main content
A newer version of this page is available. .

DynamicMiniMapBehavior.MinZoomLevel Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(1)]
public double MinZoomLevel { get; set; }

Property Value

Type Default Description
Double 1

A double value, specifying the minimum zoom level.

See Also