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
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