systemAppearance | |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Determins if the system appearance is dark or light mode. |
Introduced | 9.6 |
OS | mac, android, ios |
Platforms | desktop, mobile |
Example |
|
Related | Message: systemAppearanceChanged |
Description | The systemAppearance property returns either "dark" or "light" depending on whether the application is running in a dark mode context or not. On windows and linux the property will return "light". |