Enum NUIApplication.ThemeOptions

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Enumeration for theme options of the NUIApplication.

C#
Copy
public enum ThemeOptions : int
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.

Extension Methods