KeyFrame Class

Definition

Provides common Dependency properties for KeyFrames

public abstract class KeyFrame : Windows.UI.Xaml.DependencyObject
type KeyFrame = class
    inherit DependencyObject
Public MustInherit Class KeyFrame
Inherits DependencyObject
Inheritance
Windows.UI.Xaml.DependencyObject
KeyFrame
Derived

Constructors

KeyFrame()

Fields

KeyProperty

Identifies the Key dependency property

Properties

Key

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

Applies to