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

AppTheme

Wisej.Hybrid.Shared.Screen.AppTheme

Namespace: Wisej.Hybrid.Shared.Screen

Assembly: Wisej.Hybrid (3.5.0.0)

The different style modes available to the device.

public enum AppTheme : Enum

Fields

Name
Description

Dark

the dark interface style.

Light

The light interface style.

Unspecified

An unspecified interface style.

Used By

Name
Description

App theme (i.e. light, dark, etc.)

Sets the hybrid app's theme.

Last updated