
An enum to define the foreground color of the device's status bar.
You can access the enum by using the window.launchbox.StatusBar.ForegroundColor
reference.
Properties of the ForegroundColor object are listed below:
| Name | Description | Type | Value |
|---|---|---|---|
| Light |
Sets a light color of the status bar's foreground. |
int |
0 |
| Dark | Sets a dark color of the status bar's foreground. | int |
1 |