Summary
A collection of
GradientStop
s.
- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaList
<GradientStop> - IList
<GradientStop> - ICollection
<GradientStop> - I
Avalonia Read Only List <GradientStop> - IReadOnlyList
<GradientStop> - IReadOnlyCollection
<GradientStop> - IEnumerable
<GradientStop> - I
Notify Collection Changed - I
Notify Property Changed - IList
- ICollection
- IEnumerable
- I
Notify Collection Changed Debug
- IAvaloniaList
- Base Types
-
- object
- AvaloniaList
<GradientStop>
graph BT
Type-->Base0["AvaloniaList<GradientStop>"]
Base0-->Base1["object"]
Type-.->Interface0["IAvaloniaList<GradientStop>"]
Type-.->Interface1["IList<GradientStop>"]
Type-.->Interface2["ICollection<GradientStop>"]
Type-.->Interface3["IAvaloniaReadOnlyList<GradientStop>"]
Type-.->Interface4["IReadOnlyList<GradientStop>"]
Type-.->Interface5["IReadOnlyCollection<GradientStop>"]
Type-.->Interface6["IEnumerable<GradientStop>"]
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["GradientStops"]
class Type type-node
Syntax
public class GradientStops : AvaloniaList<GradientStop>, IAvaloniaList<GradientStop>,
IList<GradientStop>, ICollection<GradientStop>, IAvaloniaReadOnlyList<GradientStop>,
IReadOnlyList<GradientStop>, IReadOnlyCollection<GradientStop>, IEnumerable<GradientStop>,
INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable,
INotifyCollectionChangedDebug
Constructors
Name | Summary |
---|---|
GradientStops |
Methods
Name | Value | Summary |
---|---|---|
ToImmutable |
IReadOnlyList |
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.
|