Back to Devexpress

MapControl.EnableAnimation Property

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-497c893c.md

latest1.1 KB
Original Source

MapControl.EnableAnimation Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if animation is enabled; otherwise, false.

|

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace