ThicknessKeyFrameCollection.Add(ThicknessKeyFrame) メソッド

定義

ThicknessKeyFrame をコレクションの末尾に追加します。

public:
 int Add(System::Windows::Media::Animation::ThicknessKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.ThicknessKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.ThicknessKeyFrame -> int
Public Function Add (keyFrame As ThicknessKeyFrame) As Integer

パラメーター

keyFrame
ThicknessKeyFrame

コレクションの末尾に追加する ThicknessKeyFrame

戻り値

Int32

keyFrame が追加された位置のインデックス。

適用対象