AnimationDescription.Animations 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 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 :
- Scale
- Translate
- 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.