AnimationContext Enumeration

Definition

Gibt die verschiedenen Kontexte an, in denen ein Steuerelement animiert werden kann.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class AnimationContext
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [System.Flags]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Version(1)]
enum class AnimationContext
/// [System.Flags]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class AnimationContext
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[System.Flags]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Version(1)]
public enum AnimationContext
[System.Flags]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum AnimationContext
Public Enum AnimationContext
Vererbung
AnimationContext
Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute FlagsAttribute ExperimentalAttribute VersionAttribute ContractVersionAttribute

Felder

CollectionChangeAdd 1

Einer Auflistung wird ein Element hinzugefügt.

CollectionChangeRemove 2

Ein Element wird aus einer Auflistung entfernt.

CollectionChangeReset 4

Eine Änderung an einer Sammlung wird wiederhergestellt.

LayoutTransition 8

Ein Layout wird aktualisiert.

None 0

Es wird keine Animation ausgeführt. Dies ist die Standardoption.

Gilt für:

Weitere Informationen