ColorKeyFrameCollection.Append(ColorKeyFrame) Method

Definition

Adds a new item to the collection.

public:
 virtual void Append(ColorKeyFrame ^ value) = IVector<ColorKeyFrame ^>::Append;
void Append(ColorKeyFrame const& value);
public void Append(ColorKeyFrame value);
function append(value)
Public Sub Append (value As ColorKeyFrame)

Parameters

value
ColorKeyFrame

The item to add.

Implements

Applies to