EasingColorKeyFrame Constructors

Definitie

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

value
Color

Het eerste Color.

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

value
Color

Het eerste Color.

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

value
Color

Het eerste Color.

keyTime
KeyTime

De eerste sleuteltijd.

easingFunction
IEasingFunction

De versoepelingsfunctie.

Zie ook

Van toepassing op