StringKeyFrame 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 StringKeyFrame 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| StringKeyFrame() |
初始化 StringKeyFrame 類別的新執行個體。 |
| StringKeyFrame(String) |
初始化一個具有指定目標StringKeyFrame的類別新實例Value。 |
| StringKeyFrame(String, KeyTime) |
初始化一個具有指定目標StringKeyFrame與Value的類別新實例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)
初始化一個具有指定目標StringKeyFrame與Value的類別新實例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