Skip to main content

IndicatorAnimation.Duration Property

Gets or sets the duration of an animation effect.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public TimeSpan Duration { get; set; }

Property Value

Type Description
TimeSpan

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

See Also