Sdílet prostřednictvím


CharKeyFrame Konstruktory

Definice

Inicializuje novou instanci CharKeyFrame třídy.

Přetížení

CharKeyFrame()

Inicializuje novou instanci CharKeyFrame třídy.

CharKeyFrame(Char)

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

CharKeyFrame(Char, KeyTime)

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

CharKeyFrame()

Inicializuje novou instanci CharKeyFrame třídy.

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

Platí pro

CharKeyFrame(Char)

Inicializuje novou instanci CharKeyFrame třídy, která má zadaný cíl 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)

Parametry

value
Char

The Value nové CharKeyFrame instance.

Platí pro

CharKeyFrame(Char, KeyTime)

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

Parametry

value
Char

The Value nové CharKeyFrame instance.

keyTime
KeyTime

The KeyTime nové CharKeyFrame instance.

Platí pro