Class WindowControlsOverlayConfig
Configuration for Window Controls Overlay
public sealed class WindowControlsOverlayConfig
- Inheritance
-
WindowControlsOverlayConfig
- Inherited Members
Properties
SelectedPlatform
Selected platforms to show the overlay.
[JsonPropertyName("selectedPlatform")]
public string SelectedPlatform { get; set; }
Property Value
ShowCSS
Whether the title bar CSS should be shown when emulating the Window Controls Overlay.
[JsonPropertyName("showCSS")]
public bool ShowCSS { get; set; }
Property Value
ThemeColor
The theme color defined in app manifest.
[JsonPropertyName("themeColor")]
public string ThemeColor { get; set; }