Skip to main content

BaseProgressBarStyleSettings.AccelerateRatio Property

Gets or sets the acceleration ratio of the progress animation. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public double AccelerateRatio { get; set; }

Property Value

Type Description
Double

A double precision floating-point value specifying the progress animation’s acceleration ratio.

Remarks

To accelerate the progress animation, set the AccelerateRatio property to a value greater than 1. To slow down the animation, set the AccelerateRatio property to a value greater than 0 but less than 1.

See Also