EasingColorKeyFrame.EasingFunction 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 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 = easingColorKeyFrame.easingFunction;
easingColorKeyFrame.easingFunction = easingFunctionBase;
Public Property EasingFunction As EasingFunctionBase
<EasingColorKeyFrame>
<EasingColorKeyFrame.EasingFunction>
easingFunction
</EasingColorKeyFrame.EasingFunction >
</EasingColorKeyFrame>
Property Value
The easing function that is applied to the key frame.