Summary
The default Avalonia theme.
- Namespace
- Avalonia
.Themes .Default - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- IValueSink
- IAvaloniaList
<IStyle> - IList
<IStyle> - ICollection
<IStyle> - I
Avalonia Read Only List <IStyle> - IReadOnlyList
<IStyle> - IReadOnlyCollection
<IStyle> - IEnumerable
<IStyle> - IEnumerable
- I
Notify Collection Changed - I
Notify Property Changed - IStyle
- IResourceProvider
- IResourceNode
- Base Types
-
- object
- AvaloniaObject
- Styles
graph BT
Type-->Base0["Styles"]
click Base0 "/api/Avalonia.Styling/Styles"
Base0-->Base1["AvaloniaObject"]
click Base1 "/api/Avalonia/AvaloniaObject"
Base1-->Base2["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["IValueSink"]
Type-.->Interface3["IAvaloniaList<IStyle>"]
Type-.->Interface4["IList<IStyle>"]
Type-.->Interface5["ICollection<IStyle>"]
Type-.->Interface6["IAvaloniaReadOnlyList<IStyle>"]
Type-.->Interface7["IReadOnlyList<IStyle>"]
Type-.->Interface8["IReadOnlyCollection<IStyle>"]
Type-.->Interface9["IEnumerable<IStyle>"]
Type-.->Interface10["IEnumerable"]
Type-.->Interface11["INotifyCollectionChanged"]
Type-.->Interface12["INotifyPropertyChanged"]
Type-.->Interface13["IStyle"]
click Interface13 "/api/Avalonia.Styling/IStyle"
Type-.->Interface14["IResourceProvider"]
click Interface14 "/api/Avalonia.Controls/IResourceProvider"
Type-.->Interface15["IResourceNode"]
click Interface15 "/api/Avalonia.Controls/IResourceNode"
Type["DefaultTheme"]
class Type type-node
Syntax
public class DefaultTheme : Styles, IAvaloniaObject, IAvaloniaObjectDebug, IValueSink,
IAvaloniaList<IStyle>, IList<IStyle>, ICollection<IStyle>, IAvaloniaReadOnlyList<IStyle>,
IReadOnlyList<IStyle>, IReadOnlyCollection<IStyle>, IEnumerable<IStyle>, IEnumerable,
INotifyCollectionChanged, INotifyPropertyChanged, IStyle, IResourceProvider, IResourceNode
Events
Name | Type | Summary |
---|---|---|
CollectionChanged | Notify |
Inherited from Styles
|
OwnerChanged | EventHandler? |
Inherited from Styles
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Properties
Name | Value | Summary |
---|---|---|
Count | int |
Inherited from Styles
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
Owner | IResourceHost? |
Inherited from Styles
|
Resources | IResourceDictionary |
Gets or sets a dictionary of style resources.
Inherited from Styles
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[int] | IStyle |
Inherited from Styles
|