Class RadAnimation
Inheritance
System.Object
RadAnimation
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public abstract class RadAnimation : Object, IDoubleAnimationListener
Properties
AutoReverse
Declaration
public bool AutoReverse { get; set; }
Property Value
System.Boolean
|
Duration
Gets or sets the duration of the animation in milliseconds.
Declaration
public double Duration { get; set; }
Property Value
System.Double
|
Easing
Declaration
public Easing Easing { get; set; }
Property Value
Microsoft.Maui.Easing
|
EnsureProgressConsistency
Gets or sets a value indicating whether it is ensured that the Progress of auto-reversing animations will reach 1 and that the Progress or repeating animations will reach 0.
Declaration
public static bool EnsureProgressConsistency { get; set; }
Property Value
System.Boolean
|
PropertyPath
Declaration
public string PropertyPath { get; set; }
Property Value
System.String
|
RepeatForever
Declaration
public bool RepeatForever { get; set; }
Property Value
System.Boolean
|
StartDelay
Gets ot sets the duration of the animation in milliseconds.
Declaration
public double StartDelay { get; set; }
Property Value
System.Double
|
Target
Declaration
public object Target { get; set; }
Property Value
System.Object
|
Methods
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
UpdateTargetPropertyValue(Object)
Declaration
protected void UpdateTargetPropertyValue(object value)
Parameters
System.Object
value
|