SingleKeyFrameCollection.Add(SingleKeyFrame) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a SingleKeyFrame to the end of the collection.
public:
int Add(System::Windows::Media::Animation::SingleKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.SingleKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.SingleKeyFrame -> int
Public Function Add (keyFrame As SingleKeyFrame) As Integer
Parameters
- keyFrame
- SingleKeyFrame
The SingleKeyFrame to add to the end of the collection.
Returns
The index at which the keyFrame
was added.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.