Sdílet prostřednictvím


BooleanKeyFrame Konstruktory

Definice

Inicializuje novou instanci BooleanKeyFrame třídy .

Přetížení

BooleanKeyFrame()

Inicializuje novou instanci BooleanKeyFrame třídy .

BooleanKeyFrame(Boolean)

Inicializuje novou instanci BooleanKeyFrame třídy, která má zadaný cíl Value.

BooleanKeyFrame(Boolean, KeyTime)

Inicializuje novou instanci BooleanKeyFrame třídy, která má zadaný cíl Value a KeyTime.

BooleanKeyFrame()

Inicializuje novou instanci BooleanKeyFrame třídy .

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

Platí pro

BooleanKeyFrame(Boolean)

Inicializuje novou instanci BooleanKeyFrame třídy, která má zadaný cíl 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)

Parametry

value
Boolean

BooleanKeyFrame Nová Value instance.

Platí pro

BooleanKeyFrame(Boolean, KeyTime)

Inicializuje novou instanci BooleanKeyFrame třídy, která má zadaný cíl Value a 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)

Parametry

value
Boolean

BooleanKeyFrame Nová Value instance.

keyTime
KeyTime

BooleanKeyFrame Nová KeyTime instance.

Platí pro