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

MiniMap.EnableZooming Property

Gets or sets a value indicating whether or not zooming is enabled.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(true)]
public bool EnableZooming { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if zooming is enabled; otherwise, false.

See Also