Artemis Artemis
Artemis Artemis

Search Results for

    Class UI

    Static UI helpers.

    Inheritance
    object
    UI
    Namespace: Artemis.UI.Shared
    Assembly: Artemis.UI.Shared.dll
    Syntax
    public static class UI

    Fields

    BackgroundScheduler

    Declaration
    public static EventLoopScheduler BackgroundScheduler
    Field Value
    Type Description
    EventLoopScheduler

    Properties

    Clipboard

    Gets the clipboard.

    Declaration
    public static IClipboard Clipboard { get; set; }
    Property Value
    Type Description
    IClipboard

    KeyBindingsEnabled

    Gets a boolean indicating whether hotkeys are to be disabled.

    Declaration
    public static IObservable<bool> KeyBindingsEnabled { get; }
    Property Value
    Type Description
    IObservable<bool>

    Locator

    Gets the current IoC locator.

    Declaration
    public static IContainer Locator { get; set; }
    Property Value
    Type Description
    IContainer

    MicaEnabled

    Gets a boolean indicating whether the Mica effect should be enabled.

    Declaration
    public static IObservable<bool> MicaEnabled { get; }
    Property Value
    Type Description
    IObservable<bool>

    Methods

    SetMicaEnabled(bool)

    Changes whether Mica should be enabled.

    Declaration
    public static void SetMicaEnabled(bool enabled)
    Parameters
    Type Name Description
    bool enabled
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.