CharKeyFrame Constructors

Definition

Initializes a new instance of the CharKeyFrame class.

Overloads

CharKeyFrame()

Initializes a new instance of the CharKeyFrame class.

CharKeyFrame(Char)

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

CharKeyFrame(Char, KeyTime)

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

CharKeyFrame()

Initializes a new instance of the CharKeyFrame class.

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

Applies to

CharKeyFrame(Char)

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

protected:
 CharKeyFrame(char value);
protected CharKeyFrame (char value);
new System.Windows.Media.Animation.CharKeyFrame : char -> System.Windows.Media.Animation.CharKeyFrame
Protected Sub New (value As Char)

Parameters

value
Char

The Value of the new CharKeyFrame instance.

Applies to

CharKeyFrame(Char, KeyTime)

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

protected:
 CharKeyFrame(char value, System::Windows::Media::Animation::KeyTime keyTime);
protected CharKeyFrame (char value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.CharKeyFrame : char * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.CharKeyFrame
Protected Sub New (value As Char, keyTime As KeyTime)

Parameters

value
Char

The Value of the new CharKeyFrame instance.

keyTime
KeyTime

The KeyTime of the new CharKeyFrame instance.

Applies to