AppTheme
Namespace: Wisej.Hybrid.Shared.Screen
Assembly: Wisej.Hybrid
The different style modes available to the device.
- C#
- VB.NET
public enum AppTheme : Enum
Public Enum AppTheme As [Enum]
Fields
| Name | Description |
|---|---|
| Dark | the dark interface style. |
| Light | The light interface style. |
| Unspecified | An unspecified interface style. |
Used By
| Name | Description |
|---|---|
| DeviceSystemInfo.AppTheme | App theme (i.e. light, dark, etc.) |
| DeviceTheme.SetTheme | Sets the hybrid app's theme. |