語言

StringKeyFrame 建構函式

定義

初始化 StringKeyFrame 類別的新執行個體。

多載

名稱 Description
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

新實例的ValueStringKeyFrame

適用於

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

新實例的ValueStringKeyFrame

keyTime
KeyTime

新實例的KeyTimeStringKeyFrame

適用於