- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaList
<PathFigure> - IList
<PathFigure> - ICollection
<PathFigure> - I
Avalonia Read Only List <PathFigure> - IReadOnlyList
<PathFigure> - IReadOnlyCollection
<PathFigure> - IEnumerable
<PathFigure> - I
Notify Collection Changed - I
Notify Property Changed - IList
- ICollection
- IEnumerable
- I
Notify Collection Changed Debug
- IAvaloniaList
- Base Types
-
- object
- AvaloniaList
<PathFigure>
Syntax
public sealed class PathFigures : AvaloniaList<PathFigure>, IAvaloniaList<PathFigure>,
IList<PathFigure>, ICollection<PathFigure>, IAvaloniaReadOnlyList<PathFigure>,
IReadOnlyList<PathFigure>, IReadOnlyCollection<PathFigure>, IEnumerable<PathFigure>,
INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable,
INotifyCollectionChangedDebug
Methods
Name | Value | Summary |
---|---|---|
Parse |
PathFigures |
Parses the specified path data to a
PathFigures .
static
|
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.
|