A newer version of this page is available.
Switch to the current version.
DynamicMiniMapBehavior.ZoomOffset Property
Gets or sets the mini map zoom level offset relative to the map control zoom level.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[DefaultValue(-3)]
public double ZoomOffset { get; set; }
<DefaultValue(-3)>
Public Property ZoomOffset As Double
Property Value
Type | Default | Description |
---|---|---|
Double | -3 |
A double value, specifying the offset. |
Remarks
The following image demonstrates this property used with the default value.
The following code shows how to use this property.
See Also
Feedback