Table of Contents

Class MauiThemeProvider

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll

MAUI-specific theme provider implementation

public class MauiThemeProvider : IThemeProvider
Inheritance
MauiThemeProvider
Implements
Inherited Members
Extension Methods

Constructors

MauiThemeProvider()

public MauiThemeProvider()

Properties

CurrentTheme

public AppTheme CurrentTheme { get; }

Property Value

AppTheme

Events

ThemeChanged

public event EventHandler<ThemeChangedEventArgs> ThemeChanged

Event Type

EventHandler<ThemeChangedEventArgs>