TimelineCollection.Add(Timeline) Method

Definition

Inserts a new Timeline object into the TimelineCollection.

public:
 virtual void Add(System::Windows::Media::Animation::Timeline ^ value);
public void Add (System.Windows.Media.Animation.Timeline value);
abstract member Add : System.Windows.Media.Animation.Timeline -> unit
override this.Add : System.Windows.Media.Animation.Timeline -> unit
Public Sub Add (value As Timeline)

Parameters

value
Timeline

The object to add.

Implements

Applies to