Enum NUIApplication.ThemeOptions
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for theme options of the NUIApplication.
public enum NUIApplication.ThemeOptions
Fields
| Name | Description |
|---|---|
| None | No option specified. |
| PlatformThemeEnabled | Enable platform theme. When this option is on, all views in the NUIApplication is affected by platform theme (e.g. light/dark). |
| ThemeChangeSensitive | Sets the default value of View.ThemeChangeSensitive. when this option is on, all views are made sensitive on theme changing by default. |