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

LayerBase.UseSprings Property

Gets a value that indicates whether the layer 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; }

Property Value

Type Description
Boolean

true to if the layer uses spring animations; otherwise, false.

See Also