Share via


IKeyFrameAnimation.KeyFrames 속성

정의

이 애니메이션 시퀀스와 연결된 순서가 지정된 컬렉션 KeyFrames를 가져오거나 설정합니다.

public:
 property System::Collections::IList ^ KeyFrames { System::Collections::IList ^ get(); void set(System::Collections::IList ^ value); };
public System.Collections.IList KeyFrames { get; set; }
member this.KeyFrames : System.Collections.IList with get, set
Public Property KeyFrames As IList

속성 값

IList

IListKeyFrames입니다.

적용 대상