Enum ScreenMode

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration of screen mode.

    public enum ScreenMode

    Fields

    Name Description
    AlwaysOn

    The mode which keeps the screen turned on.

    Default

    The mode which turns the screen off after a timeout.

    Extension Methods

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