ValueIndicatorBase.Animation Property
Provides access to the animation object that allows you to customize animation for the current value indicator.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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