Skip to main content

MapControl.EnableAnimation Property

Gets or sets a value that specifies whether animation is enabled for a map control.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Boolean true

true if animation is enabled; otherwise, false.

See Also