Table of Contents

Interface IGlobalStyles

Namespace
Avalonia.Styling
Assembly
Avalonia.Base.dll

Defines the style host that provides styles global to the application.

[NotClientImplementable]
public interface IGlobalStyles : IStyleHost
Inherited Members

Events

GlobalStylesAdded

Raised when styles are added to Styles or a nested styles collection.

event Action<IReadOnlyList<IStyle>>? GlobalStylesAdded

Event Type

Action<IReadOnlyList<IStyle>>

GlobalStylesRemoved

Raised when styles are removed from Styles or a nested styles collection.

event Action<IReadOnlyList<IStyle>>? GlobalStylesRemoved

Event Type

Action<IReadOnlyList<IStyle>>