Edit

Share via


ExpressionKeyFrame Class

Definition

KeyFrame of type string

public class ExpressionKeyFrame : Microsoft.Toolkit.Uwp.UI.Animations.TypedKeyFrame<string>
type ExpressionKeyFrame = class
    inherit TypedKeyFrame<string>
Public Class ExpressionKeyFrame
Inherits TypedKeyFrame(Of String)
Inheritance
Windows.UI.Xaml.DependencyObject
ExpressionKeyFrame

Constructors

ExpressionKeyFrame()

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

(Inherited from TypedKeyFrame<T>)

Applies to