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

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>

ShowPreviewBadge

Indicates whether the Preview badge should be displayed or not.

public static readonly SettingDefinition<bool> ShowPreviewBadge

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>

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>