Skip to main content

IndicatorAnimation.Duration Property

Gets or sets the duration of an animation effect.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.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