DecimalKeyFrame Constructors

Definition

Initializes a new instance of the DecimalKeyFrame class.

Overloads

DecimalKeyFrame()

Initializes a new instance of the DecimalKeyFrame class.

DecimalKeyFrame(Decimal)

Initializes a new instance of the DecimalKeyFrame class that has the specified target Value.

DecimalKeyFrame(Decimal, KeyTime)

Initializes a new instance of the DecimalKeyFrame class that has the specified target Value and KeyTime.

DecimalKeyFrame()

Initializes a new instance of the DecimalKeyFrame class.

protected:
 DecimalKeyFrame();
protected DecimalKeyFrame ();
Protected Sub New ()

Applies to

DecimalKeyFrame(Decimal)

Initializes a new instance of the DecimalKeyFrame class that has the specified target Value.

protected:
 DecimalKeyFrame(System::Decimal value);
protected DecimalKeyFrame (decimal value);
new System.Windows.Media.Animation.DecimalKeyFrame : decimal -> System.Windows.Media.Animation.DecimalKeyFrame
Protected Sub New (value As Decimal)

Parameters

value
Decimal

The Value of the new DecimalKeyFrame instance.

Applies to

DecimalKeyFrame(Decimal, KeyTime)

Initializes a new instance of the DecimalKeyFrame class that has the specified target Value and KeyTime.

protected:
 DecimalKeyFrame(System::Decimal value, System::Windows::Media::Animation::KeyTime keyTime);
protected DecimalKeyFrame (decimal value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DecimalKeyFrame : decimal * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DecimalKeyFrame
Protected Sub New (value As Decimal, keyTime As KeyTime)

Parameters

value
Decimal

The Value of the new DecimalKeyFrame instance.

keyTime
KeyTime

The KeyTime of the new DecimalKeyFrame instance.

Applies to