Vector3KeyFrame Class

Definition

A KeyFrame<TValue,TKeyFrame> type for Vector3 animations.

public class Vector3KeyFrame : Microsoft.Toolkit.Uwp.UI.Animations.TypedKeyFrame<string>
public sealed class Vector3KeyFrame : Microsoft.Toolkit.Uwp.UI.Animations.KeyFrame<string,System.Numerics.Vector3>
type Vector3KeyFrame = class
    inherit TypedKeyFrame<string>
type Vector3KeyFrame = class
    inherit KeyFrame<string, Vector3>
Public Class Vector3KeyFrame
Inherits TypedKeyFrame(Of String)
Public NotInheritable Class Vector3KeyFrame
Inherits KeyFrame(Of String, Vector3)
Inheritance
Vector3KeyFrame
Inheritance
Windows.UI.Xaml.DependencyObject
Vector3KeyFrame

Constructors

Vector3KeyFrame()

Properties

EasingMode

Gets or sets the optional easing function mode for the keyframe.

(Inherited from KeyFrame<TValue,TKeyFrame>)
EasingType

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>)

Methods

AppendToBuilder(INormalizedKeyFrameAnimationBuilder<TKeyFrame>) (Inherited from KeyFrame<TValue,TKeyFrame>)
GetParsedValue()

Gets the parsed TKeyFrame values for Value.

(Inherited from KeyFrame<TValue,TKeyFrame>)

Applies to