BoxShadowAnimator Class

Namespace
Avalonia.Animation.Animators
Interfaces
Base Types
BoxShadowAnimator
Animator
AvaloniaList
object
IAvaloniaList
IAvaloniaReadOnlyList
IReadOnlyList
IReadOnlyCollection
INotifyCollectionChanged
INotifyPropertyChanged
IList
ICollection
IList
ICollection
IEnumerable
IEnumerable

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

Extension Methods

Name Value Summary
CreateDerivedList<AnimatorKeyFrame, TDerived>(Func<AnimatorKeyFrame, TDerived>) IAvaloniaReadOnlyList<TDerived>
ForEachItem<AnimatorKeyFrame>(Action<int, AnimatorKeyFrame>, Action<int, AnimatorKeyFrame>, Action, bool) IDisposable
Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
ForEachItem<AnimatorKeyFrame>(Action<AnimatorKeyFrame>, Action<AnimatorKeyFrame>, Action, bool) IDisposable
Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
TrackItemPropertyChanged<AnimatorKeyFrame>(Action<Tuple<object, PropertyChangedEventArgs>>) IDisposable
Listens for property changed events from all items in a collection.