A newer version of this page is available.
Switch to the current version.
DynamicMiniMapBehavior.MaxZoomLevel Property
Gets or sets the maximum value of the mini map zoom level.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[DefaultValue(20)]
public double MaxZoomLevel { get; set; }
<DefaultValue(20)>
Public Property MaxZoomLevel As Double
Property Value
Type | Default | Description |
---|---|---|
Double | 20 |
A double value, specifying the maximum of zoom level. |
See Also
Feedback