Partager via


AnimationDescription.Animations Propriété

Définition

Obtient la collection d’animations associées à l’objet AnimationDescription .

public:
 property IVectorView<IPropertyAnimation ^> ^ Animations { IVectorView<IPropertyAnimation ^> ^ get(); };
IVectorView<IPropertyAnimation> Animations();
public IReadOnlyList<IPropertyAnimation> Animations { get; }
var iVectorView = animationDescription.animations;
Public ReadOnly Property Animations As IReadOnlyList(Of IPropertyAnimation)

Valeur de propriété

Collection d’instances IPropertyAnimation , chacune représentant un effet d’animation spécifié pour cet objet AnimationDescription .

Remarques

Les animations retournées doivent être appliquées à l’objet dans l’ordre dans lequel elles apparaissent dans le tableau de collection. Si plusieurs animations s’appliquent à un objet, elles s’affichent dans le tableau dans cet ordre :

  1. Scale
  2. Translate
  3. Opacité Si les animations sont appliquées à plusieurs objets, les propriétés liées à l’échelonnement (StaggerDelay et StaggerDelayFactor) décrivent le minutage relatif entre les objets.

S’applique à

Voir aussi