EasingDecimalKeyFrame Constructors

Definition

Overloads

EasingDecimalKeyFrame()

Initializes a new instance of the EasingDecimalKeyFrame class.

EasingDecimalKeyFrame(Decimal)

Initializes a new instance of the EasingDecimalKeyFrame class with the specified value.

EasingDecimalKeyFrame(Decimal, KeyTime)

Initializes a new instance of the EasingDecimalKeyFrame class with the specified value and key time.

EasingDecimalKeyFrame(Decimal, KeyTime, IEasingFunction)

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

EasingDecimalKeyFrame()

Initializes a new instance of the EasingDecimalKeyFrame class.

C#
public EasingDecimalKeyFrame();

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.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, 10

EasingDecimalKeyFrame(Decimal)

Initializes a new instance of the EasingDecimalKeyFrame class with the specified value.

C#
public EasingDecimalKeyFrame(decimal value);

Parameters

value
Decimal

The initial value.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.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, 10

EasingDecimalKeyFrame(Decimal, KeyTime)

Initializes a new instance of the EasingDecimalKeyFrame class with the specified value and key time.

C#
public EasingDecimalKeyFrame(decimal value, System.Windows.Media.Animation.KeyTime keyTime);

Parameters

value
Decimal

The initial value.

keyTime
KeyTime

The initial key time.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.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, 10

EasingDecimalKeyFrame(Decimal, KeyTime, IEasingFunction)

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

C#
public EasingDecimalKeyFrame(decimal value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);

Parameters

value
Decimal

The initial value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.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, 10