Determines the base colors used in the application layouts.
Dark | Black background, white fonts, and black application bar. | Light | White background, black fonts, and white application bar. | Light with Dark Action Bar | White background, black fonts, and black application bar. | Default | Uses different default values, depending on OS preferences. |
Objects: Menu for Smart Devices, Panel for Smart Devices Platforms: Smart Devices(Android), Smart Devices(IOS)
With this property, you can set a dark or light style for applications.
It applies to the background, fonts, and application bar color.
The Theme object can be set with all the classes available to customize the application design.
Important: This property is visible only when the object's Main program property is set to True.
This property applies only at design-time.

To apply the corresponding changes when the property value is configured, execute a Build All.
|