Int64AnimationUsingKeyFrames.KeyFrames 속성

정의

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

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

속성 값

Int64KeyFrameCollection

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

적용 대상

추가 정보