Table of Contents

Class PredefinedSettings

Namespace
WindowSill.API
Assembly
WindowSill.API.dll

Defines a set of predefined settings for the application.

public static class PredefinedSettings
Inheritance
PredefinedSettings
Inherited Members

Fields

AllMonitors

Whether the app bar should be displayed on every monitors.

public static readonly SettingDefinition<bool> AllMonitors

Field Value

SettingDefinition<bool>

AppTheme

The color theme of the application.

public static readonly SettingDefinition<ElementTheme> AppTheme

Field Value

SettingDefinition<ElementTheme>

ApplicationLanguage

The application language. Empty string means use system default.

public static readonly SettingDefinition<string> ApplicationLanguage

Field Value

SettingDefinition<string>

ShowMoreButton

Indicates whether the More button should be displayed or not.

public static readonly SettingDefinition<bool> ShowMoreButton

Field Value

SettingDefinition<bool>

ShowShortcutHint

Indicates whether the Win+Ctrl indicator should be displayed or not.

public static readonly SettingDefinition<bool> ShowShortcutHint

Field Value

SettingDefinition<bool>

SillAccentColor

Whether the accent color should be applied to the sill or not.

public static readonly SettingDefinition<SillAccentColor> SillAccentColor

Field Value

SettingDefinition<SillAccentColor>

SillBackdropStyle

The backdrop style for the WindowSill bar.

public static readonly SettingDefinition<SillBackdropStyle> SillBackdropStyle

Field Value

SettingDefinition<SillBackdropStyle>

SillCornerStyle

The corner style for the WindowSill bar.

public static readonly SettingDefinition<SillCornerStyle> SillCornerStyle

Field Value

SettingDefinition<SillCornerStyle>

SillLocation

The location that the bar should be displayed on the screen.

public static readonly SettingDefinition<SillLocation> SillLocation

Field Value

SettingDefinition<SillLocation>

SillSize

The size of the bar on the screen.

public static readonly SettingDefinition<SillSize> SillSize

Field Value

SettingDefinition<SillSize>