Skip to main content
All docs
V24.2

StepProgressBar.ProgressAnimationDuration Property

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

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v24.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public Duration ProgressAnimationDuration { get; set; }

Property Value

Type Description
Duration

The duration of the progress animation.

Remarks

The following markup specifies the duration of the progress animation:

<dxco:StepProgressBar x:Name="stepProgressBar" 
                      ProgressAnimationDuration="00:00:01.5"
                      ItemsSource="{Binding OrderTrackSteps}" .../>
See Also