Sdílet prostřednictvím


StringKeyFrame Konstruktory

Definice

Inicializuje novou instanci StringKeyFrame třídy .

Přetížení

StringKeyFrame()

Inicializuje novou instanci StringKeyFrame třídy .

StringKeyFrame(String)

Inicializuje novou instanci StringKeyFrame třídy, která má zadaný cíl Value.

StringKeyFrame(String, KeyTime)

Inicializuje novou instanci StringKeyFrame třídy, která má zadaný cíl Value a KeyTime.

StringKeyFrame()

Inicializuje novou instanci StringKeyFrame třídy .

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

Platí pro

StringKeyFrame(String)

Inicializuje novou instanci StringKeyFrame třídy, která má zadaný cíl 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 Nová Value instance.

Platí pro

StringKeyFrame(String, KeyTime)

Inicializuje novou instanci StringKeyFrame třídy, která má zadaný cíl Value a 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 Nová Value instance.

keyTime
KeyTime

StringKeyFrame Nová KeyTime instance.

Platí pro