Edit

Share via


TypedKeyFrame<T> Class

Definition

Provides type implementation of KeyFrame

public abstract class TypedKeyFrame<T> : Microsoft.Toolkit.Uwp.UI.Animations.KeyFrame
type TypedKeyFrame<'T> = class
    inherit KeyFrame
Public MustInherit Class TypedKeyFrame(Of T)
Inherits KeyFrame

Type Parameters

T

The type of property being animated

Inheritance
Windows.UI.Xaml.DependencyObject
TypedKeyFrame<T>
Derived

Constructors

TypedKeyFrame<T>()

Fields

ValueProperty

Identifies the Value dependency property

Properties

Key

Gets or sets the key of the key frame Value should be between 0.0 and 1.0

(Inherited from KeyFrame)
Value

Gets or sets the value at the specific key

Applies to