Table of Contents

Class KeyFrame

Namespace
Avalonia.Animation
Assembly
Avalonia.Base.dll

Stores data regarding a specific key point and value in an animation.

public sealed class KeyFrame : AvaloniaObject, INotifyPropertyChanged
Inheritance
KeyFrame
Implements
Inherited Members
Extension Methods

Constructors

KeyFrame()

public KeyFrame()

Properties

Cue

Gets or sets the cue of this KeyFrame.

public Cue Cue { get; set; }

Property Value

Cue

The cue.

KeySpline

Gets or sets the KeySpline of this KeyFrame.

public KeySpline? KeySpline { get; set; }

Property Value

KeySpline

The key spline.

KeyTime

Gets or sets the key time of this KeyFrame.

public TimeSpan KeyTime { get; set; }

Property Value

TimeSpan

The key time.

Setters

Gets the setters of KeyFrame.

[Content]
public AvaloniaList<IAnimationSetter> Setters { get; }

Property Value

AvaloniaList<IAnimationSetter>