Skip to main content

KeyFrames Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

A collection of Avalonia.Animation.KeyFrames.

public class KeyFrames

Inheritance: AvaloniaList<KeyFrame> -> KeyFrames

Constructors

NameDescription
KeyFrames (2 overloads)Initializes a new instance of the Avalonia.Animation.KeyFrames class.

KeyFrames overloads

KeyFrames Constructor

Initializes a new instance of the Avalonia.Animation.KeyFrames class.

public KeyFrames()

KeyFrames Constructor

public KeyFrames(System.Collections.Generic.IEnumerable<Avalonia.Animation.KeyFrame> items)
Parameters

items System.Collections.Generic.IEnumerable<Avalonia.Animation.KeyFrame>