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 的位置处的索引。

适用于