EasingColorKeyFrame Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
EasingColorKeyFrame() |
Initialisiert eine neue Instanz der EasingColorKeyFrame-Klasse. |
EasingColorKeyFrame(Color) |
Initialisiert eine neue Instanz der EasingColorKeyFrame-Klasse mit der angegebenen Color. |
EasingColorKeyFrame(Color, KeyTime) |
Initialisiert eine neue Instanz der EasingColorKeyFrame-Klasse mit der angegebenen Color und der angegebenen Schlüsselzeit. |
EasingColorKeyFrame(Color, KeyTime, IEasingFunction) |
Initialisiert eine neue Instanz der EasingColorKeyFrame-Klasse mit der angegebenen Color, der angegebenen Schlüsselzeit und der angegebenen Beschleunigungsfunktion. |
EasingColorKeyFrame()
Initialisiert eine neue Instanz der EasingColorKeyFrame-Klasse.
public:
EasingColorKeyFrame();
public EasingColorKeyFrame ();
Public Sub New ()
Siehe auch
Gilt für
EasingColorKeyFrame(Color)
Initialisiert eine neue Instanz der EasingColorKeyFrame-Klasse mit der angegebenen Color.
public:
EasingColorKeyFrame(System::Windows::Media::Color value);
public EasingColorKeyFrame (System.Windows.Media.Color value);
new System.Windows.Media.Animation.EasingColorKeyFrame : System.Windows.Media.Color -> System.Windows.Media.Animation.EasingColorKeyFrame
Public Sub New (value As Color)
Parameter
Siehe auch
Gilt für
EasingColorKeyFrame(Color, KeyTime)
Initialisiert eine neue Instanz der EasingColorKeyFrame-Klasse mit der angegebenen Color und der angegebenen Schlüsselzeit.
public:
EasingColorKeyFrame(System::Windows::Media::Color value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingColorKeyFrame (System.Windows.Media.Color value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingColorKeyFrame : System.Windows.Media.Color * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingColorKeyFrame
Public Sub New (value As Color, keyTime As KeyTime)
Parameter
- keyTime
- KeyTime
Die Anfangsschlüsselzeit.
Gilt für
EasingColorKeyFrame(Color, KeyTime, IEasingFunction)
Initialisiert eine neue Instanz der EasingColorKeyFrame-Klasse mit der angegebenen Color, der angegebenen Schlüsselzeit und der angegebenen Beschleunigungsfunktion.
public:
EasingColorKeyFrame(System::Windows::Media::Color value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingColorKeyFrame (System.Windows.Media.Color value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingColorKeyFrame : System.Windows.Media.Color * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingColorKeyFrame
Public Sub New (value As Color, keyTime As KeyTime, easingFunction As IEasingFunction)
Parameter
- keyTime
- KeyTime
Die Anfangsschlüsselzeit.
- easingFunction
- IEasingFunction
Die Beschleunigungsfunktion.