Table of Contents

Class KeyFrames

Namespace
Avalonia.Animation
Assembly
Avalonia.Base.dll

A collection of KeyFrames.

public sealed class KeyFrames : AvaloniaList<KeyFrame>, IAvaloniaList<KeyFrame>, IList<KeyFrame>, ICollection<KeyFrame>, IAvaloniaReadOnlyList<KeyFrame>, IReadOnlyList<KeyFrame>, IReadOnlyCollection<KeyFrame>, IEnumerable<KeyFrame>, INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable
Inheritance
KeyFrames
Implements
Inherited Members
Extension Methods

Constructors

KeyFrames()

Initializes a new instance of the KeyFrames class.

public KeyFrames()

KeyFrames(IEnumerable<KeyFrame>)

Initializes a new instance of the KeyFrames class.

public KeyFrames(IEnumerable<KeyFrame> items)

Parameters

items IEnumerable<KeyFrame>

The initial items in the collection.