Freigeben über


ScrollingZoomAnimationStartingEventArgs.Animation Eigenschaft

Definition

Ruft die Animation ab, die während der Änderung des animierten Zoomfaktors ausgeführt werden soll, oder legt sie fest. Die Animation zielt auf die Skalierung des Inhalts ab.

public:
 property CompositionAnimation ^ Animation { CompositionAnimation ^ get(); void set(CompositionAnimation ^ value); };
CompositionAnimation Animation();

void Animation(CompositionAnimation value);
public CompositionAnimation Animation { get; set; }
var compositionAnimation = scrollingZoomAnimationStartingEventArgs.animation;
scrollingZoomAnimationStartingEventArgs.animation = compositionAnimation;
Public Property Animation As CompositionAnimation

Eigenschaftswert

Die Animation, die während der Änderung des animierten Zoomfaktors ausgeführt werden soll.

Gilt für: