AnimationDescription.Animations 属性

定义

获取与 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)

属性值

IPropertyAnimation 实例的集合,其中每个实例都表示为此 AnimationDescription 对象指定的动画效果。

注解

返回的动画应按照它们在集合数组中的显示顺序应用于对象。 如果两个或更多个动画应用于对象,它们将按以下顺序显示在数组中:

  1. 缩放
  2. Translate
  3. 不透明度 如果动画应用于多个对象,则 staggerDelay 和 StaggerDelayFactor (stagger 相关属性) 描述对象之间的相对计时。

适用于

另请参阅