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.v24.2.dll
Declaration
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