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

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.v19.2.dll

Declaration

public bool IsAnimated { get; }

Property Value

Type Description
Boolean

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

See Also