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
ApplicationLanguage
The application language. Empty string means use system default.
public static readonly SettingDefinition<string> ApplicationLanguage
Field Value
ShowMoreButton
Indicates whether the More button should be displayed or not.
public static readonly SettingDefinition<bool> ShowMoreButton
Field Value
ShowPreviewBadge
Indicates whether the Preview badge should be displayed or not.
public static readonly SettingDefinition<bool> ShowPreviewBadge
Field Value
ShowShortcutHint
Indicates whether the Win+Ctrl indicator should be displayed or not.
public static readonly SettingDefinition<bool> ShowShortcutHint
Field Value
SillAccentColor
Whether the accent color should be applied to the sill or not.
public static readonly SettingDefinition<SillAccentColor> SillAccentColor
Field Value
SillLocation
The location that the bar should be displayed on the screen.
public static readonly SettingDefinition<SillLocation> SillLocation
Field Value
SillSize
The size of the bar on the screen.
public static readonly SettingDefinition<SillSize> SillSize