AnimationDescription.Animations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 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 对象指定的动画效果。
注解
返回的动画应按照它们在集合数组中的显示顺序应用于对象。 如果两个或更多个动画应用于对象,它们将按以下顺序显示在数组中:
- 缩放
- Translate
- 不透明度 如果动画应用于多个对象,则 staggerDelay 和 StaggerDelayFactor (stagger 相关属性) 描述对象之间的相对计时。