ScrollingZoomAnimationStartingEventArgs.Animation Eigenschaft
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.
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.