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

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.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Boolean true

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

See Also