Enum AppTheme
Enum representing a theme setting.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum AppTheme
Fields
| Name | Description |
|---|---|
| Dark | A dark theme is preferred. |
| Light | A light theme is preferred. |
| NoPreference | No preference for theme. |