Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


EasingColorKeyFrame Constructors

Definition

Overloads

EasingColorKeyFrame()

Initializes a new instance of the EasingColorKeyFrame class.

EasingColorKeyFrame(Color)

Initializes a new instance of the EasingColorKeyFrame class with the specified Color.

EasingColorKeyFrame(Color, KeyTime)

Initializes a new instance of the EasingColorKeyFrame class with the specified Color and key time.

EasingColorKeyFrame(Color, KeyTime, IEasingFunction)

Initializes a new instance of the EasingColorKeyFrame class with the specified Color, key time, and easing function.

EasingColorKeyFrame()

Initializes a new instance of the EasingColorKeyFrame class.

public EasingColorKeyFrame ();

See also

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

EasingColorKeyFrame(Color)

Initializes a new instance of the EasingColorKeyFrame class with the specified Color.

public EasingColorKeyFrame (System.Windows.Media.Color value);

Parameters

value
Color

The initial Color.

See also

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

EasingColorKeyFrame(Color, KeyTime)

Initializes a new instance of the EasingColorKeyFrame class with the specified Color and key time.

public EasingColorKeyFrame (System.Windows.Media.Color value, System.Windows.Media.Animation.KeyTime keyTime);

Parameters

value
Color

The initial Color.

keyTime
KeyTime

The initial key time.

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

EasingColorKeyFrame(Color, KeyTime, IEasingFunction)

Initializes a new instance of the EasingColorKeyFrame class with the specified Color, key time, and easing function.

public EasingColorKeyFrame (System.Windows.Media.Color value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);

Parameters

value
Color

The initial Color.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9