Freigeben über


ElementCompositionPreview.SetImplicitShowAnimation Methode

Definition

Ordnet die angegebene Showanimation einem UIElement zu.

public:
 static void SetImplicitShowAnimation(UIElement ^ element, ICompositionAnimationBase ^ animation);
 static void SetImplicitShowAnimation(UIElement const& element, ICompositionAnimationBase const& animation);
public static void SetImplicitShowAnimation(UIElement element, ICompositionAnimationBase animation);
function setImplicitShowAnimation(element, animation)
Public Shared Sub SetImplicitShowAnimation (element As UIElement, animation As ICompositionAnimationBase)

Parameter

element
UIElement

Das UIElement, dem die Animation zugeordnet werden soll.

animation
ICompositionAnimationBase

Die Animation, die wiedergegeben werden soll, wenn das UIElement angezeigt wird. Ein Null-Wert verhindert, dass Showanimationen für dieses Element wiedergegeben werden, bis die Methode mit einem Animationswert erneut aufgerufen wird.

Hinweise

Wenn ein Element der Szene hinzugefügt wird oder dessen Visibility-Eigenschaft zu Visibility.Visible wird, spielen das Element und alle seine Absteigenden in der UI-Struktur ihre Showanimationen ab.

Gilt für: