Styles Class

A style that consists of a number of child styles.

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public class Styles : AvaloniaObject, IAvaloniaList<IStyle>, 
	IList<IStyle>, ICollection<IStyle>, IEnumerable<IStyle>, 
	IEnumerable, IAvaloniaReadOnlyList<IStyle>, IReadOnlyList<IStyle>, 
	IReadOnlyCollection<IStyle>, INotifyCollectionChanged, INotifyPropertyChanged, IStyle, 
	IResourceNode, IResourceProvider
Inheritance
Object    AvaloniaObject    Styles
Implements
IAvaloniaListIStyle, IAvaloniaReadOnlyListIStyle, IResourceNode, IResourceProvider, IStyle, ICollectionIStyle, IEnumerableIStyle, IListIStyle, IReadOnlyCollectionIStyle, IReadOnlyListIStyle, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Properties

Count 
InheritanceParent Gets or sets the parent object that inherited AvaloniaProperty values are inherited from.
(Inherited from AvaloniaObject)
ItemAvaloniaProperty Gets or sets the value of a AvaloniaProperty.
(Inherited from AvaloniaObject)
ItemIndexerDescriptor Gets or sets a binding for a AvaloniaProperty.
(Inherited from AvaloniaObject)
ItemInt32 
Owner 
Resources Gets or sets a dictionary of style resources.

Methods

Add(IStyle)Adds an item to the ICollectionT.
AddRange(IEnumerableIStyle) Adds multiple items to the collection.
Bind(AvaloniaProperty, IBinding) Binds a AvaloniaProperty to an IBinding.
(Inherited from AvaloniaObject)
Bind(AvaloniaProperty, IObservableObject, BindingPriority) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(DirectPropertyBaseT, IObservableT) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(DirectPropertyBaseT, IObservableBindingValueT) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(DirectPropertyBaseT, IObservableObject) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(StyledPropertyT, IObservableT, BindingPriority) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(StyledPropertyT, IObservableBindingValueT, BindingPriority) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(StyledPropertyT, IObservableObject, BindingPriority) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
CheckAccess Returns a value indicating whether the current thread is the UI thread.
(Inherited from AvaloniaObject)
ClearRemoves all items from the ICollectionT.
ClearValue(AvaloniaProperty) Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject)
ClearValueT(AvaloniaPropertyT) Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject)
ClearValueT(DirectPropertyBaseT) Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject)
ClearValueT(StyledPropertyT) Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject)
CoerceValue(AvaloniaProperty) Coerces the specified AvaloniaProperty.
(Inherited from AvaloniaObject)
Contains(IStyle)Determines whether the ICollectionT contains a specific value.
CopyTo(IStyle, Int32)Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Equals(Object) Compares two objects using reference equality.
(Inherited from AvaloniaObject)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetBaseValueT(StyledPropertyT) Gets an AvaloniaProperty base value.
(Inherited from AvaloniaObject)
GetEnumerator 
GetHashCode Gets the hash code for the object.
(Inherited from AvaloniaObject)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetValue(AvaloniaProperty) Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
GetValueT(DirectPropertyBaseT) Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
GetValueT(StyledPropertyT) Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
IndexOf(IStyle)Determines the index of a specific item in the IListT.
Insert(Int32, IStyle)Inserts an item to the IListT at the specified index.
InsertRange(Int32, IEnumerableIStyle) Inserts multiple items at the specified index.
IsAnimating(AvaloniaProperty) Checks whether a AvaloniaProperty is animating.
(Inherited from AvaloniaObject)
IsSet(AvaloniaProperty) Checks whether a AvaloniaProperty is set on this object.
(Inherited from AvaloniaObject)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Move(Int32, Int32) Moves an item to a new index.
MoveRange(Int32, Int32, Int32) Moves multiple items to a new index.
OnPropertyChanged(AvaloniaPropertyChangedEventArgs) Called when a avalonia property changes on the object.
(Inherited from AvaloniaObject)
OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs) Called when a avalonia property changes on the object.
(Inherited from AvaloniaObject)
RaisePropertyChangedT(DirectPropertyBaseT, T, T) Raises the PropertyChanged event for a direct property.
(Inherited from AvaloniaObject)
Remove(IStyle)Removes the first occurrence of a specific object from the ICollectionT.
RemoveAll(IEnumerableIStyle) Removes multiple items from the collection.
RemoveAt(Int32)Removes the IListT item at the specified index.
RemoveRange(Int32, Int32) Removes a range of elements from the collection.
SetAndRaiseT(DirectPropertyBaseT, T, T) Sets the backing field for a direct avalonia property, raising the PropertyChanged event if the value has changed.
(Inherited from AvaloniaObject)
SetCurrentValue(AvaloniaProperty, Object) Sets the value of a dependency property without changing its value source.
(Inherited from AvaloniaObject)
SetCurrentValueT(StyledPropertyT, T) Sets the value of a dependency property without changing its value source.
(Inherited from AvaloniaObject)
SetValue(AvaloniaProperty, Object, BindingPriority) Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
SetValueT(DirectPropertyBaseT, T) Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
SetValueT(StyledPropertyT, T, BindingPriority) Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetResource(Object, ThemeVariant, Object) Tries to find a resource within the object.
UpdateDataValidation(AvaloniaProperty, BindingValueType, Exception) Called to update the validation state for properties for which data validation is enabled.
(Inherited from AvaloniaObject)
VerifyAccess Checks that the current thread is the UI thread and throws if not.
(Inherited from AvaloniaObject)

Events

CollectionChanged 
OwnerChanged 
PropertyChanged Raised when a AvaloniaProperty value changes on this object.
(Inherited from AvaloniaObject)

Extension Methods

Bind(AvaloniaProperty, IBinding, Object) Binds a property on an AvaloniaObject to an IBinding.
(Defined by AvaloniaObjectExtensions)
BindT(AvaloniaPropertyT, IObservableBindingValueT, BindingPriority) Binds an AvaloniaProperty to an observable.
(Defined by AvaloniaObjectExtensions)
BindT(AvaloniaPropertyT, IObservableT, BindingPriority) Binds an AvaloniaProperty to an observable.
(Defined by AvaloniaObjectExtensions)
ForEachItemIStyle(ActionIStyle, ActionIStyle, Action, Boolean) Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
(Defined by AvaloniaListExtensions)
ForEachItemIStyle(ActionInt32, IStyle, ActionInt32, IStyle, Action, Boolean) Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
(Defined by AvaloniaListExtensions)
GetBaseValue(AvaloniaProperty) Gets an AvaloniaProperty base value.
(Defined by AvaloniaObjectExtensions)
GetBaseValueT(AvaloniaPropertyT) Gets an AvaloniaProperty base value.
(Defined by AvaloniaObjectExtensions)
GetBindingObservable(AvaloniaProperty) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetBindingObservableT(AvaloniaPropertyT) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetBindingObservableTResult(AvaloniaProperty, FuncObject, TResult) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetBindingObservableTSource, TResult(AvaloniaPropertyTSource, FuncTSource, TResult) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetBindingSubject(AvaloniaProperty, BindingPriority) Gets a subject for a AvaloniaProperty.
(Defined by AvaloniaObjectReactiveExtensions)
GetBindingSubjectT(AvaloniaPropertyT, BindingPriority) Gets a subject for a AvaloniaProperty.
(Defined by AvaloniaObjectReactiveExtensions)
GetDiagnostic(AvaloniaProperty) Gets a diagnostic for a AvaloniaProperty on a AvaloniaObject.
(Defined by AvaloniaObjectExtensions)
GetObservable(AvaloniaProperty) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetObservableT(AvaloniaPropertyT) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetObservableTResult(AvaloniaProperty, FuncObject, TResult) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetObservableTSource, TResult(AvaloniaPropertyTSource, FuncTSource, TResult) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetPropertyChangedObservable(AvaloniaProperty) Gets an observable that listens for property changed events for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetResourceObservable(Object, FuncObject, Object)
(Defined by ResourceNodeExtensions)
GetResourceObservable(Object, ThemeVariant, FuncObject, Object)
(Defined by ResourceNodeExtensions)
GetSubject(AvaloniaProperty, BindingPriority) Gets a subject for an AvaloniaProperty.
(Defined by AvaloniaObjectReactiveExtensions)
GetSubjectT(AvaloniaPropertyT, BindingPriority) Gets a subject for an AvaloniaProperty.
(Defined by AvaloniaObjectReactiveExtensions)
GetValueT(AvaloniaPropertyT) Gets a AvaloniaProperty value.
(Defined by AvaloniaObjectExtensions)
GetValueStoreDiagnostic Gets a value store diagnostics for a AvaloniaObject.
(Defined by AvaloniaObjectExtensions)
GetWeakCollectionChangedObservable Gets a weak observable for the CollectionChanged event.
(Defined by NotifyCollectionChangedExtensions)
TrackItemPropertyChangedIStyle(ActionTupleObject, PropertyChangedEventArgs) Listens for property changed events from all items in a collection.
(Defined by AvaloniaListExtensions)
WeakSubscribe(ActionNotifyCollectionChangedEventArgs) Subscribes to the CollectionChanged event using a weak subscription.
(Defined by NotifyCollectionChangedExtensions)
WeakSubscribe(NotifyCollectionChangedEventHandler) Subscribes to the CollectionChanged event using a weak subscription.
(Defined by NotifyCollectionChangedExtensions)

See Also