Animation.CreateReverse Method
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.
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.