Back to Devexpress

MapControl.EnableZooming Property

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-86411eb3.md

latest1.1 KB
Original Source

MapControl.EnableZooming Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool EnableZooming { get; set; }
vb
<DefaultValue(True)>
Public Property EnableZooming As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if zooming is enabled; otherwise, false.

|

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace