ThicknessKeyFrameCollection.Add(ThicknessKeyFrame) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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。
返回
要添加 keyFrame
的位置处的索引。