Back to Devexpress

StepProgressBar.ProgressAnimationDuration Property

wpf-devexpress-dot-xpf-dot-controls-dot-stepprogressbar-8e10795a.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public Duration ProgressAnimationDuration { get; set; }
vb
Public Property ProgressAnimationDuration As Duration

Property Value

TypeDescription
Duration

The duration of the progress animation.

|

Remarks

The following markup specifies the duration of the progress animation:

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

See Also

StepProgressBar Class

StepProgressBar Members

DevExpress.Xpf.Controls Namespace