ClassRadDoubleAnimation
Class
Represents a double-precision floating-point animation that animates a property value over time. This class extends RadAnimation to provide specific functionality for animating double values.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public class RadDoubleAnimation : RadAnimation
Inheritance: objectRadAnimationRadDoubleAnimation
Inherited Members
Constructors
RadDoubleAnimation()
Initializes a new instance of the RadDoubleAnimation class.
Declaration
cs-api-definition
public RadDoubleAnimation()
Properties
CurrentValue
Gets the current value of the animation during execution.
From
Gets or sets the starting value of the animation.
Step
Gets or sets the total amount by which the animation changes its From value. The default value is null.
Events
ProgressChanged
Occurs when the animation progress changes during execution.
Declaration
cs-api-definition
public event EventHandler<AnimationProgressChangedEventArgs> ProgressChanged
Event Value