EasingFunctionBase.EasingMode Property

Definition

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

public:
 property System::Windows::Media::Animation::EasingMode EasingMode { System::Windows::Media::Animation::EasingMode get(); void set(System::Windows::Media::Animation::EasingMode value); };
public System.Windows.Media.Animation.EasingMode EasingMode { get; set; }
member this.EasingMode : System.Windows.Media.Animation.EasingMode with get, set
Public Property EasingMode As EasingMode

Property Value

EasingMode

One of the enumeration values that specifies how the animation interpolates. The default is EaseOut.

Remarks

XAML Attribute Usage

<easingFunction EasingMode="easingMode"/>  

XAML Values

easingFunction
An object element for a class that derives from EasingFunctionBase.

easingMode
The value of the EasingMode enumeration that specifies how the easing function interpolates.

Applies to

See also