Class EasingFunctionBase
Represents an easing function that creates an animation that accelerates and/or decelerates using a circular function.
Inheritance
System.Object
EasingFunctionBase
Namespace: Telerik.Windows.Controls.Animation
Assembly: Telerik.Windows.Controls.dll
Syntax
public abstract class EasingFunctionBase : DependencyObject
Constructors
EasingFunctionBase()
Declaration
protected EasingFunctionBase()
Fields
EasingModeProperty
Identifies the EasingMode dependency property.
Declaration
public static readonly DependencyProperty EasingModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
EasingMode
Gets or sets a value that specifies how the animation interpolates.
Declaration
public EasingMode EasingMode { get; set; }
Property Value
System.Windows.Media.Animation.EasingMode
|