QuaternionKeyFrame Class
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.
A KeyFrame<TValue,TKeyFrame> type for Quaternion animations.
public sealed class QuaternionKeyFrame : Microsoft.Toolkit.Uwp.UI.Animations.KeyFrame<string,System.Numerics.Quaternion>
type QuaternionKeyFrame = class
inherit KeyFrame<string, Quaternion>
Public NotInheritable Class QuaternionKeyFrame
Inherits KeyFrame(Of String, Quaternion)
- Inheritance
Easing |
Gets or sets the optional easing function mode for the keyframe. (Inherited from KeyFrame<TValue,TKeyFrame>) |
Easing |
Gets or sets the optional easing function type for the keyframe. (Inherited from KeyFrame<TValue,TKeyFrame>) |
Expression |
Gets or sets the optional expression for the current keyframe. If this is set, Value will be ignored. (Inherited from KeyFrame<TValue,TKeyFrame>) |
Key |
Gets or sets the key time for the current keyframe. This is a normalized value in the [0, 1] range, relative to the total animation duration. (Inherited from KeyFrame<TValue,TKeyFrame>) |
Value |
Gets or sets the animation value for the current keyframe. (Inherited from KeyFrame<TValue,TKeyFrame>) |
Append |
(Inherited from KeyFrame<TValue,TKeyFrame>) |
Get |
Gets the parsed |
Προϊόν | Εκδόσεις |
---|---|
Windows Community Toolkit | 7.0.0, 7.1.0 |