ScrollingZoomAnimationStartingEventArgs.Animation Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’animation à exécuter pendant la modification du facteur de zoom animé. L’animation cible l’échelle du contenu.
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
Valeur de propriété
Animation à exécuter pendant la modification du facteur de zoom animé.