Int32AnimationUsingKeyFrames.KeyFrames 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定定義動畫的 Int32KeyFrame 物件集合。
public:
property System::Windows::Media::Animation::Int32KeyFrameCollection ^ KeyFrames { System::Windows::Media::Animation::Int32KeyFrameCollection ^ get(); void set(System::Windows::Media::Animation::Int32KeyFrameCollection ^ value); };
public System.Windows.Media.Animation.Int32KeyFrameCollection KeyFrames { get; set; }
member this.KeyFrames : System.Windows.Media.Animation.Int32KeyFrameCollection with get, set
Public Property KeyFrames As Int32KeyFrameCollection
屬性值
定義動畫的 Int32KeyFrame 物件集合。 預設值是 Empty。