VectorAnimationUsingKeyFrames.KeyFrames 속성

정의

애니메이션을 정의하는 VectorKeyFrame 개체의 컬렉션을 가져오거나 설정합니다.

public:
 property System::Windows::Media::Animation::VectorKeyFrameCollection ^ KeyFrames { System::Windows::Media::Animation::VectorKeyFrameCollection ^ get(); void set(System::Windows::Media::Animation::VectorKeyFrameCollection ^ value); };
public System.Windows.Media.Animation.VectorKeyFrameCollection KeyFrames { get; set; }
member this.KeyFrames : System.Windows.Media.Animation.VectorKeyFrameCollection with get, set
Public Property KeyFrames As VectorKeyFrameCollection

속성 값

VectorKeyFrameCollection

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

적용 대상

추가 정보