LinearColorKeyFrame Konstruktoren

Definition

Initialisiert eine neue Instanz der LinearColorKeyFrame-Klasse.

Überlädt

LinearColorKeyFrame()

Initialisiert eine neue Instanz der LinearColorKeyFrame-Klasse.

LinearColorKeyFrame(Color)

Initialisiert eine neue Instanz der LinearColorKeyFrame-Klasse mit dem angegebenen Endwert.

LinearColorKeyFrame(Color, KeyTime)

Initialisiert eine neue Instanz der LinearColorKeyFrame-Klasse mit dem angegebenen Endwert und der Schlüsselzeit.

LinearColorKeyFrame()

Initialisiert eine neue Instanz der LinearColorKeyFrame-Klasse.

public:
 LinearColorKeyFrame();
public LinearColorKeyFrame ();
Public Sub New ()

Gilt für:

LinearColorKeyFrame(Color)

Initialisiert eine neue Instanz der LinearColorKeyFrame-Klasse mit dem angegebenen Endwert.

public:
 LinearColorKeyFrame(System::Windows::Media::Color value);
public LinearColorKeyFrame (System.Windows.Media.Color value);
new System.Windows.Media.Animation.LinearColorKeyFrame : System.Windows.Media.Color -> System.Windows.Media.Animation.LinearColorKeyFrame
Public Sub New (value As Color)

Parameter

value
Color

Der Endwert (auch als „Zielwert“ bezeichnet) für den Keyframe.

Gilt für:

LinearColorKeyFrame(Color, KeyTime)

Initialisiert eine neue Instanz der LinearColorKeyFrame-Klasse mit dem angegebenen Endwert und der Schlüsselzeit.

public:
 LinearColorKeyFrame(System::Windows::Media::Color value, System::Windows::Media::Animation::KeyTime keyTime);
public LinearColorKeyFrame (System.Windows.Media.Color value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.LinearColorKeyFrame : System.Windows.Media.Color * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.LinearColorKeyFrame
Public Sub New (value As Color, keyTime As KeyTime)

Parameter

value
Color

Der Endwert (auch als „Zielwert“ bezeichnet) für den Keyframe.

keyTime
KeyTime

Die Schlüsselzeit für den Keyframe. Die Schlüsselzeit bestimmt, wann der Zielwert erreicht wird, was auch dem Ende des Keyframes entspricht.

Gilt für: