Summary
A collection of
KeyFrame
s.
- Namespace
- Avalonia
.Animation - Interfaces
-
- IAvaloniaList
<KeyFrame> - IList
<KeyFrame> - ICollection
<KeyFrame> - I
Avalonia Read Only List <KeyFrame> - IReadOnlyList
<KeyFrame> - IReadOnlyCollection
<KeyFrame> - IEnumerable
<KeyFrame> - I
Notify Collection Changed - I
Notify Property Changed - IList
- ICollection
- IEnumerable
- I
Notify Collection Changed Debug
- IAvaloniaList
- Base Types
-
- object
- AvaloniaList
<KeyFrame>
Syntax
public class KeyFrames : AvaloniaList<KeyFrame>, IAvaloniaList<KeyFrame>, IList<KeyFrame>,
ICollection<KeyFrame>, IAvaloniaReadOnlyList<KeyFrame>, IReadOnlyList<KeyFrame>,
IReadOnlyCollection<KeyFrame>, IEnumerable<KeyFrame>, INotifyCollectionChanged,
INotifyPropertyChanged, IList, ICollection, IEnumerable, INotifyCollectionChangedDebug
Constructors
Name | Summary |
---|---|
KeyFrames |
Initializes a new instance of the KeyFrames class.
|
KeyFrames |
Initializes a new instance of the KeyFrames class.
|
Extension Methods
Name | Value | Summary |
---|---|---|
CreateDerivedList |
I |
|
ForEachItem |
IDisposable |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
|
ForEachItem |
IDisposable |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
|
Track |
IDisposable |
Listens for property changed events from all items in a collection.
|