A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(1)>
Public Property MinZoomLevel As Double
Property Value
Type | Default | Description |
---|---|---|
Double | 1 |
A double value, specifying the minimum zoom level. |
See Also
Feedback