Partager via


BooleanKeyFrame Constructeurs

Définition

Initialise une nouvelle instance de la classe BooleanKeyFrame.

Surcharges

BooleanKeyFrame()

Initialise une nouvelle instance de la classe BooleanKeyFrame.

BooleanKeyFrame(Boolean)

Initialise une nouvelle instance de la classe BooleanKeyFrame qui possède le Value cible spécifié.

BooleanKeyFrame(Boolean, KeyTime)

Initialise une nouvelle instance de la classe BooleanKeyFrame qui possède les Value et KeyTime cibles spécifiés.

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 classe BooleanKeyFrame qui possède le Value cible spécifié.

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 de la nouvelle instance BooleanKeyFrame.

S’applique à

BooleanKeyFrame(Boolean, KeyTime)

Initialise une nouvelle instance de la classe BooleanKeyFrame qui possède les Value et KeyTime cibles spécifiés.

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 de la nouvelle instance BooleanKeyFrame.

keyTime
KeyTime

KeyTime de la nouvelle instance BooleanKeyFrame.

S’applique à