다음을 통해 공유


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)

속성 값

AnimationDescription 개체에 대해 지정된 애니메이션 효과를 나타내는 IPropertyAnimation 인스턴스의 컬렉션입니다.

설명

반환된 애니메이션은 컬렉션 배열에 표시되는 순서대로 개체에 적용해야 합니다. 개체에 두 개 이상의 애니메이션이 적용되는 경우 다음 순서대로 배열에 나타납니다.

  1. 확장
  2. 번역
  3. Opacity 애니메이션이 둘 이상의 개체에 적용되는 경우 비틀거 관련 속성(StaggerDelay 및 StaggerDelayFactor)은 개체 간의 상대 타이밍을 설명합니다.

적용 대상

추가 정보