Class RadDoubleAnimation
Inherited Members
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadDoubleAnimation : RadAnimation, IDoubleAnimationListener
Constructors
RadDoubleAnimation()
Declaration
public RadDoubleAnimation()
Properties
CurrentValue
Declaration
public double CurrentValue { get; }
Property Value
System.Double
|
From
Declaration
public Nullable<double> From { get; set; }
Property Value
System.Nullable<System.Double>
|
Step
Gets or sets the total amount by which the animation changes its From value. The default value is null.
Declaration
public Nullable<double> Step { get; set; }
Property Value
System.Nullable<System.Double>
|
To
Declaration
public double To { get; set; }
Property Value
System.Double
|
Events
ProgressChanged
Declaration
public event EventHandler<AnimationProgressChangedEventArgs> ProgressChanged
Event Type
System.EventHandler<AnimationProgressChangedEventArgs>
|