For the complete documentation index, see llms.txt. This page is also available as Markdown.

AppTheme

Wisej.Hybrid.Shared.Theme.AppTheme

Namespace: Wisej.Hybrid.Shared.Theme

Assembly: Wisej.Hybrid (3.5.0.0)

Enumerates different themes an operating system or application can show.

public enum AppTheme : Enum

Fields

Name
Description

Dark

Dark theme.

Light

Light theme.

Unspecified

Default, unknown or unspecified theme.

Last updated