BooleanKeyFrame Constructeurs

Définition

Initialise une nouvelle instance de la classe BooleanKeyFrame.

Surcharges

Nom Description
BooleanKeyFrame()

Initialise une nouvelle instance de la classe BooleanKeyFrame.

BooleanKeyFrame(Boolean)

Initialise une nouvelle instance de la BooleanKeyFrame classe qui a la cible Valuespécifiée.

BooleanKeyFrame(Boolean, KeyTime)

Initialise une nouvelle instance de la BooleanKeyFrame classe qui a la cible Value spécifiée et KeyTime.

BooleanKeyFrame()

Initialise une nouvelle instance de la classe BooleanKeyFrame.

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

S’applique à

BooleanKeyFrame(Boolean)

Initialise une nouvelle instance de la BooleanKeyFrame classe qui a la cible Valuespécifiée.

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)

Paramètres

value
Boolean

Value Nouvelle BooleanKeyFrame instance.

S’applique à

BooleanKeyFrame(Boolean, KeyTime)

Initialise une nouvelle instance de la BooleanKeyFrame classe qui a la cible Value spécifiée et 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)

Paramètres

value
Boolean

Value Nouvelle BooleanKeyFrame instance.

keyTime
KeyTime

KeyTime Nouvelle BooleanKeyFrame instance.

S’applique à