Skip to main content

ViewportChangedEventArgs.IsAnimated Property

Gets whether or not the animation effect is used while the position of the current viewport is changed.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public bool IsAnimated { get; }

Property Value

Type Description
Boolean

true if the map control is used animation effect; otherwise, false.

See Also