Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EasingFunctionBase.EasingMode Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 property EasingMode EasingMode { EasingMode get(); void set(EasingMode value); };
EasingMode EasingMode();

void EasingMode(EasingMode value);
public EasingMode EasingMode { get; set; }
var easingMode = easingFunctionBase.easingMode;
easingFunctionBase.easingMode = easingMode;
Public Property EasingMode As EasingMode
<easingFunction EasingMode="easingMode"/>

Property Value

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

Applies to


Feedback

Was this page helpful?