Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
EasingPointKeyFrame.EasingFunction Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Media.Animation
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 the easing function that is applied to the key frame.
public:
property EasingFunctionBase ^ EasingFunction { EasingFunctionBase ^ get(); void set(EasingFunctionBase ^ value); };
EasingFunctionBase EasingFunction();
void EasingFunction(EasingFunctionBase value);
public EasingFunctionBase EasingFunction { get; set; }
var easingFunctionBase = easingPointKeyFrame.easingFunction;
easingPointKeyFrame.easingFunction = easingFunctionBase;
Public Property EasingFunction As EasingFunctionBase
<EasingPointKeyFrame>
<EasingPointKeyFrame.EasingFunction>
easingFunction
</EasingPointKeyFrame.EasingFunction >
</EasingPointKeyFrame>
Property Value
The easing function that is applied to the key frame.
Applies to
Feedback
Was this page helpful?
