Skip to main content

KeyFrames(IEnumerable<KeyFrame>) Constructor

Initializes a new instance of the KeyFrames class.

Definition

Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public KeyFrames(
IEnumerable<KeyFrame> items
)

Parameters

  IEnumerable(KeyFrame)
The initial items in the collection.

See Also

Reference

KeyFrames Class
KeyFrames Overload
Avalonia.Animation Namespace