BooleanKeyFrame Constructors

Definition

Initializes a new instance of the BooleanKeyFrame class.

Overloads

BooleanKeyFrame()

Initializes a new instance of the BooleanKeyFrame class.

BooleanKeyFrame(Boolean)

Initializes a new instance of the BooleanKeyFrame class that has the specified target Value.

BooleanKeyFrame(Boolean, KeyTime)

Initializes a new instance of the BooleanKeyFrame class that has the specified target Value and KeyTime.

BooleanKeyFrame()

Initializes a new instance of the BooleanKeyFrame class.

protected:
 BooleanKeyFrame();
protected BooleanKeyFrame ();
Protected Sub New ()

Applies to

BooleanKeyFrame(Boolean)

Initializes a new instance of the BooleanKeyFrame class that has the specified target Value.

protected:
 BooleanKeyFrame(bool value);
protected BooleanKeyFrame (bool value);
new System.Windows.Media.Animation.BooleanKeyFrame : bool -> System.Windows.Media.Animation.BooleanKeyFrame
Protected Sub New (value As Boolean)

Parameters

value
Boolean

The Value of the new BooleanKeyFrame instance.

Applies to

BooleanKeyFrame(Boolean, KeyTime)

Initializes a new instance of the BooleanKeyFrame class that has the specified target Value and KeyTime.

protected:
 BooleanKeyFrame(bool value, System::Windows::Media::Animation::KeyTime keyTime);
protected BooleanKeyFrame (bool value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.BooleanKeyFrame : bool * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.BooleanKeyFrame
Protected Sub New (value As Boolean, keyTime As KeyTime)

Parameters

value
Boolean

The Value of the new BooleanKeyFrame instance.

keyTime
KeyTime

The KeyTime of the new BooleanKeyFrame instance.

Applies to