ColorKeyFrameCollection.Add(ColorKeyFrame) 方法

定义

ColorKeyFrame 添加到集合的末尾。

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

参数

keyFrame
ColorKeyFrame

要添加到集合末尾的 ColorKeyFrame

返回

Int32

要添加 keyFrame 的位置处的索引。

适用于