EasingDoubleKeyFrame Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EasingDoubleKeyFrame() |
Initializes a new instance of the EasingDoubleKeyFrame class. |
EasingDoubleKeyFrame(Double) |
Initializes a new instance of the EasingDoubleKeyFrame class with the specified Double value. |
EasingDoubleKeyFrame(Double, KeyTime) |
Initializes a new instance of the EasingDoubleKeyFrame class with the specified Double value and key time. |
EasingDoubleKeyFrame(Double, KeyTime, IEasingFunction) |
Initializes a new instance of the EasingDoubleKeyFrame class with the specified Double value, key time, and easing function. |
Initializes a new instance of the EasingDoubleKeyFrame class.
public:
EasingDoubleKeyFrame();
public EasingDoubleKeyFrame();
Public Sub New ()
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 |
Initializes a new instance of the EasingDoubleKeyFrame class with the specified Double value.
public:
EasingDoubleKeyFrame(double value);
public EasingDoubleKeyFrame(double value);
new System.Windows.Media.Animation.EasingDoubleKeyFrame : double -> System.Windows.Media.Animation.EasingDoubleKeyFrame
Public Sub New (value As Double)
Parameters
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 |
Initializes a new instance of the EasingDoubleKeyFrame class with the specified Double value and key time.
public:
EasingDoubleKeyFrame(double value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingDoubleKeyFrame(double value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingDoubleKeyFrame : double * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingDoubleKeyFrame
Public Sub New (value As Double, keyTime As KeyTime)
Parameters
- 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 |
Initializes a new instance of the EasingDoubleKeyFrame class with the specified Double value, key time, and easing function.
public:
EasingDoubleKeyFrame(double value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingDoubleKeyFrame(double value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingDoubleKeyFrame : double * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingDoubleKeyFrame
Public Sub New (value As Double, keyTime As KeyTime, easingFunction As IEasingFunction)
Parameters
- 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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: