- 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>
graph BT
Type-->Base0["AvaloniaList<PathFigure>"]
Base0-->Base1["object"]
Type-.->Interface0["IAvaloniaList<PathFigure>"]
Type-.->Interface1["IList<PathFigure>"]
Type-.->Interface2["ICollection<PathFigure>"]
Type-.->Interface3["IAvaloniaReadOnlyList<PathFigure>"]
Type-.->Interface4["IReadOnlyList<PathFigure>"]
Type-.->Interface5["IReadOnlyCollection<PathFigure>"]
Type-.->Interface6["IEnumerable<PathFigure>"]
Type-.->Interface7["INotifyCollectionChanged"]
Type-.->Interface8["INotifyPropertyChanged"]
Type-.->Interface9["IList"]
Type-.->Interface10["ICollection"]
Type-.->Interface11["IEnumerable"]
Type-.->Interface12["INotifyCollectionChangedDebug"]
click Interface12 "/api/Avalonia.Diagnostics/INotifyCollectionChangedDebug"
Type["PathFigures"]
class Type type-node
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.
|