- Namespace
- Avalonia
.Animation .Animators - Interfaces
-
- IAvaloniaList
<AnimatorKeyFrame> - I
Avalonia Read Only List <AnimatorKeyFrame> - IReadOnlyList
<AnimatorKeyFrame> - IReadOnlyCollection
<AnimatorKeyFrame> - I
Notify Collection Changed - I
Notify Property Changed - IList
- ICollection
- I
Notify Collection Changed Debug - IAnimator
- IList
<AnimatorKeyFrame> - ICollection
<AnimatorKeyFrame> - IEnumerable
<AnimatorKeyFrame> - IEnumerable
- IAvaloniaList
- Base Types
-
- object
- AvaloniaList
<AnimatorKeyFrame> - Animator
<BoxShadow>
Syntax
public class BoxShadowAnimator : Animator<BoxShadow>, IAvaloniaList<AnimatorKeyFrame>,
IAvaloniaReadOnlyList<AnimatorKeyFrame>, IReadOnlyList<AnimatorKeyFrame>,
IReadOnlyCollection<AnimatorKeyFrame>, INotifyCollectionChanged, INotifyPropertyChanged, IList,
ICollection, INotifyCollectionChangedDebug, IAnimator, IList<AnimatorKeyFrame>,
ICollection<AnimatorKeyFrame>, IEnumerable<AnimatorKeyFrame>, IEnumerable
Methods
Name | Value | Summary |
---|---|---|
Interpolate |
BoxShadow |
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.
|