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

MapControl.UseSprings Property

Gets or sets the value indicating whether the Map Control uses spring animations.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public bool UseSprings { get; set; }

Property Value

Type Description
Boolean

true if the Map Control uses spring animations; otherwise false.

See Also