Back to Devexpress

MapPointer.UseAnimation Property

windowsforms-devexpress-dot-xtramap-dot-mappointer-9ea78760.md

latest1.1 KB
Original Source

MapPointer.UseAnimation Property

Gets or sets whether to play the animation when a location of the map pointer is changed on a map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true , to play the animation when a location of the map pointer is changed; otherwise, false.

|

See Also

MapPointer Class

MapPointer Members

DevExpress.XtraMap Namespace