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

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

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