Udostępnij za pośrednictwem


StringKeyFrame Konstruktory

Definicja

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.

Dotyczy