PointAnimationUsingKeyFrames.KeyFrames 속성

정의

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

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

속성 값

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

적용 대상

추가 정보