Skip to main content

MapControl.EnableZooming Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Boolean true

true if zooming is enabled; otherwise, false.

See Also