Enum NUIApplication.ThemeOptions

    Definition

    Namespace:
    Tizen.NUI
    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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<NUIApplication.ThemeOptions>(NUIApplication.ThemeOptions, string)
    Extensions.LoadFromXaml<NUIApplication.ThemeOptions>(NUIApplication.ThemeOptions, string)
    Extensions.LoadFromXaml<NUIApplication.ThemeOptions>(NUIApplication.ThemeOptions, Type)
    Extensions.LoadFromXamlFile<NUIApplication.ThemeOptions>(NUIApplication.ThemeOptions, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX