BooleanAnimationUsingKeyFrames.AddChild(Object) Method

Definition

protected:
 virtual void AddChild(System::Object ^ child);
protected virtual void AddChild (object child);
abstract member AddChild : obj -> unit
override this.AddChild : obj -> unit
Protected Overridable Sub AddChild (child As Object)

Parameters

child
Object

The object to be added as the child of this BooleanAnimationUsingKeyFrames.

Exceptions

The parameter child is not a BooleanKeyFrame.

Remarks

This method allows BooleanKeyFrame objects to be direct children of a BooleanAnimationUsingKeyFrames object in markup.

Applies to