Interface IGlobalStyles
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
GlobalStylesRemoved
Raised when styles are removed from Styles or a nested styles collection.
event Action<IReadOnlyList<IStyle>>? GlobalStylesRemoved