Skip to main content

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.v23.2.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