StringKeyFrame Constructors

Definition

Initializes a new instance of the StringKeyFrame class.

Overloads

StringKeyFrame()

Initializes a new instance of the StringKeyFrame class.

StringKeyFrame(String)

Initializes a new instance of the StringKeyFrame class that has the specified target Value.

StringKeyFrame(String, KeyTime)

Initializes a new instance of the StringKeyFrame class that has the specified target Value and KeyTime.

StringKeyFrame()

Initializes a new instance of the StringKeyFrame class.

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

Applies to

StringKeyFrame(String)

Initializes a new instance of the StringKeyFrame class that has the specified target 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)

Parameters

value
String

The Value of the new StringKeyFrame instance.

Applies to

StringKeyFrame(String, KeyTime)

Initializes a new instance of the StringKeyFrame class that has the specified target Value and 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)

Parameters

value
String

The Value of the new StringKeyFrame instance.

keyTime
KeyTime

The KeyTime of the new StringKeyFrame instance.

Applies to