AnimationDirection Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt die Wiedergaberichtung einer Animation an.
public enum class AnimationDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class AnimationDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class AnimationDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum AnimationDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum AnimationDirection
var value = Microsoft.UI.Composition.AnimationDirection.normal
Public Enum AnimationDirection
- Vererbung
-
AnimationDirection
- Attribute
Felder
Alternate | 2 | Wechseln Sie zwischen normaler und umgekehrter Wiedergabe. |
AlternateReverse | 3 | Wechseln Sie zwischen umgekehrter und normaler Wiedergabe. |
Normal | 0 | Spielen Sie die Animation von Anfang bis Ende ab. |
Reverse | 1 | Spielen Sie die Animation umgekehrt von Ende bis Anfang ab. |