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
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
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
SillBackdropStyle
The backdrop style for the WindowSill bar.
public static readonly SettingDefinition<SillBackdropStyle> SillBackdropStyle
Field Value
SillCornerStyle
The corner style for the WindowSill bar.
public static readonly SettingDefinition<SillCornerStyle> SillCornerStyle
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