New to Telerik UI for WPFStart a free 30-day trial

Represents an easing function that creates an animation that accelerates and/or decelerates using a circular function.

Definition

Namespace:Telerik.Windows.Controls.Animation

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public abstract class EasingFunctionBase : DependencyObject

Inheritance: objectEasingFunctionBase

Derived Classes: CircleEase

Constructors

C#
protected EasingFunctionBase()

Fields

EasingModeProperty

DependencyProperty

Identifies the EasingMode dependency property.

C#
public static readonly DependencyProperty EasingModeProperty

Properties

EasingMode

EasingMode

Gets or sets a value that specifies how the animation interpolates.

C#
public EasingMode EasingMode { get; set; }