PointAnimationUsingKeyFrames.KeyFrames 속성

정의

애니메이션을 정의하는 PointKeyFrame 개체의 컬렉션을 가져옵니다.

public:
 property PointKeyFrameCollection ^ KeyFrames { PointKeyFrameCollection ^ get(); };
PointKeyFrameCollection KeyFrames();
public PointKeyFrameCollection KeyFrames { get; }
var pointKeyFrameCollection = pointAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As PointKeyFrameCollection
<PointAnimationUsingKeyFrames>
  oneOrMorePointKeyFrames
</PointAnimationUsingKeyFrames>

속성 값

애니메이션을 정의하는 PointKeyFrame 개체의 컬렉션입니다. 기본값은 빈 컬렉션입니다.

적용 대상