StringKeyFrame コンストラクター

定義

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

オーバーロード

名前 説明
StringKeyFrame()

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

StringKeyFrame(String)

指定したターゲット StringKeyFrameを持つValue クラスの新しいインスタンスを初期化します。

StringKeyFrame(String, KeyTime)

指定したターゲット StringKeyFrameValueを持つKeyTime クラスの新しいインスタンスを初期化します。

StringKeyFrame()

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

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

適用対象

StringKeyFrame(String)

指定したターゲット StringKeyFrameを持つValue クラスの新しいインスタンスを初期化します。

protected:
 StringKeyFrame(System::String ^ value);
protected StringKeyFrame(string value);
new System.Windows.Media.Animation.StringKeyFrame : string -> System.Windows.Media.Animation.StringKeyFrame
Protected Sub New (value As String)

パラメーター

value
String

新しいValue インスタンスのStringKeyFrame

適用対象

StringKeyFrame(String, KeyTime)

指定したターゲット StringKeyFrameValueを持つKeyTime クラスの新しいインスタンスを初期化します。

protected:
 StringKeyFrame(System::String ^ value, System::Windows::Media::Animation::KeyTime keyTime);
protected StringKeyFrame(string value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.StringKeyFrame : string * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.StringKeyFrame
Protected Sub New (value As String, keyTime As KeyTime)

パラメーター

value
String

新しいValue インスタンスのStringKeyFrame

keyTime
KeyTime

新しいKeyTime インスタンスのStringKeyFrame

適用対象