Animation.CreateReverse Method

Definition

Creates a reversed version of the current animation, including reversing the child animations.

protected:
 virtual Microsoft::Maui::Animations::Animation ^ CreateReverse();
protected virtual Microsoft.Maui.Animations.Animation CreateReverse ();
abstract member CreateReverse : unit -> Microsoft.Maui.Animations.Animation
override this.CreateReverse : unit -> Microsoft.Maui.Animations.Animation
Protected Overridable Function CreateReverse () As Animation

Returns

An Animation object that is the reversed version of this animation.

Remarks

You can the forward and reverse animation by using CreateAutoReversing().

Applies to