Enum AvailableApplicationTheme
Specifies a UI theme that should be used for individual UIElement parts of an app UI.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public enum AvailableApplicationTheme
Fields
Name | Description |
---|---|
Dark | Use the Dark default theme. |
Default | Use the Application.RequestedTheme value for the element. This is the default. |
Light | Use the Light default theme. |