Skip to content

uwidgets.core.interfaces.ithemeservice

GitHub Action edited this page Aug 11, 2024 · 5 revisions

IThemeService

Namespace: uWidgets.Core.Interfaces

Service for setting the application's theme.

See Theme

public interface IThemeService

Attributes NullableContextAttribute

Methods

Apply(Theme)

Apply the specified theme.

void Apply(Theme theme)

Parameters

theme Theme
Theme to apply