EasingColorKeyFrame Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| EasingColorKeyFrame() |
Initialiseert een nieuw exemplaar van de EasingColorKeyFrame klasse. |
| EasingColorKeyFrame(Color) |
Initialiseert een nieuw exemplaar van de EasingColorKeyFrame klasse met de opgegeven Color. |
| EasingColorKeyFrame(Color, KeyTime) |
Initialiseert een nieuw exemplaar van de EasingColorKeyFrame klasse met de opgegeven Color en sleuteltijd. |
| EasingColorKeyFrame(Color, KeyTime, IEasingFunction) |
Initialiseert een nieuw exemplaar van de EasingColorKeyFrame klasse met de opgegeven Color, sleuteltijd en versoepelingsfunctie. |
EasingColorKeyFrame()
Initialiseert een nieuw exemplaar van de EasingColorKeyFrame klasse.
public:
EasingColorKeyFrame();
public EasingColorKeyFrame();
Public Sub New ()
Zie ook
Van toepassing op
EasingColorKeyFrame(Color)
Initialiseert een nieuw exemplaar van de EasingColorKeyFrame klasse met de opgegeven 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)
Parameters
Zie ook
Van toepassing op
EasingColorKeyFrame(Color, KeyTime)
Initialiseert een nieuw exemplaar van de EasingColorKeyFrame klasse met de opgegeven Color en sleuteltijd.
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)
Parameters
- keyTime
- KeyTime
De eerste sleuteltijd.
Van toepassing op
EasingColorKeyFrame(Color, KeyTime, IEasingFunction)
Initialiseert een nieuw exemplaar van de EasingColorKeyFrame klasse met de opgegeven Color, sleuteltijd en versoepelingsfunctie.
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)
Parameters
- keyTime
- KeyTime
De eerste sleuteltijd.
- easingFunction
- IEasingFunction
De versoepelingsfunctie.