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

IndicatorAnimation.Duration Property

Gets or sets the duration of an animation effect.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("$TimeSpan.FromMilliseconds(800)", Handler = "NotifyDependencyPropertyChanged")]
public TimeSpan Duration { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan value that is the duration of an animation effect.

See Also