Back to Devexpress

MapControl.EnableDelayedScrolling Property

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-76d27191.md

latest1.1 KB
Original Source

MapControl.EnableDelayedScrolling Property

Gets or sets whether to enable delayed scrolling.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(false)]
public bool EnableDelayedScrolling { get; set; }
vb
<DefaultValue(False)>
Public Property EnableDelayedScrolling As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the tile animation starts with a delay after a user scrolls a map; otherwise, false.

|

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace