言語

DiscreteBooleanKeyFrame コンストラクター

定義

DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
DiscreteBooleanKeyFrame()

DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteBooleanKeyFrame(Boolean)

指定した終了値を使用して、 DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteBooleanKeyFrame(Boolean, KeyTime)

指定した終了値とキー時刻を使用して、 DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteBooleanKeyFrame()

DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteBooleanKeyFrame();
public DiscreteBooleanKeyFrame();
Public Sub New ()

適用対象

DiscreteBooleanKeyFrame(Boolean)

指定した終了値を使用して、 DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteBooleanKeyFrame(bool value);
public DiscreteBooleanKeyFrame(bool value);
new System.Windows.Media.Animation.DiscreteBooleanKeyFrame : bool -> System.Windows.Media.Animation.DiscreteBooleanKeyFrame
Public Sub New (value As Boolean)

パラメーター

value
Boolean

キー フレームの終了値 ("ターゲット値" とも呼ばれます)。

適用対象

DiscreteBooleanKeyFrame(Boolean, KeyTime)

指定した終了値とキー時刻を使用して、 DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteBooleanKeyFrame(bool value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteBooleanKeyFrame(bool value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteBooleanKeyFrame : bool * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteBooleanKeyFrame
Public Sub New (value As Boolean, keyTime As KeyTime)

パラメーター

value
Boolean

キー フレームの終了値 ("ターゲット値" とも呼ばれます)。

keyTime
KeyTime

キー フレームのキー時間。 キー時間は、ターゲット値に達するタイミングを決定します。これは、キー フレームが終了したときでもあります。

適用対象