StringKeyFrame Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy StringKeyFrame.
Przeciążenia
StringKeyFrame() |
Inicjuje nowe wystąpienie klasy StringKeyFrame. |
StringKeyFrame(String) |
Inicjuje StringKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value. |
StringKeyFrame(String, KeyTime) |
Inicjuje StringKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i KeyTime. |
StringKeyFrame()
Inicjuje nowe wystąpienie klasy StringKeyFrame.
protected:
StringKeyFrame();
protected StringKeyFrame ();
Protected Sub New ()
Dotyczy
StringKeyFrame(String)
Inicjuje StringKeyFrame nowe wystąpienie klasy, która ma określony element docelowy 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)
Parametry
- value
- String
StringKeyFrame Nowe Value wystąpienie.
Dotyczy
StringKeyFrame(String, KeyTime)
Inicjuje StringKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i 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)
Parametry
- value
- String
StringKeyFrame Nowe Value wystąpienie.
- keyTime
- KeyTime
StringKeyFrame Nowe KeyTime wystąpienie.