ConnectedAnimationService.DefaultEasingFunction 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 default CompositionEasingFunction used by the animation.
public:
property CompositionEasingFunction ^ DefaultEasingFunction { CompositionEasingFunction ^ get(); void set(CompositionEasingFunction ^ value); };
CompositionEasingFunction DefaultEasingFunction();
void DefaultEasingFunction(CompositionEasingFunction value);
public CompositionEasingFunction DefaultEasingFunction { get; set; }
var compositionEasingFunction = connectedAnimationService.defaultEasingFunction;
connectedAnimationService.defaultEasingFunction = compositionEasingFunction;
Public Property DefaultEasingFunction As CompositionEasingFunction
Property Value
The default CompositionEasingFunction used by the animation.