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 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
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.