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

MapControl.EnableAnimation Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if animation is enabled; otherwise, false.

See Also