Skip to main content

ValueIndicatorBase.Animation Property

Provides access to the animation object that allows you to customize animation for the current value indicator.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "AnimationPropertyChanged")]
public IndicatorAnimation Animation { get; set; }

Property Value

Type Description
IndicatorAnimation

An IndicatorAnimation object.

Remarks

Using the IndicatorAnimation object returned by the Animation property, you can change an animation’s duration and easing function via its IndicatorAnimation.Duration and IndicatorAnimation.EasingFunction properties, as well as turn the animation on or off for the current value indicator (via the IndicatorAnimation.Enable property).

See Also