Class WindowControlsOverlayConfig
Configuration for Window Controls Overlay
public sealed record WindowControlsOverlayConfig : IEquatable<WindowControlsOverlayConfig>
- Inheritance
-
WindowControlsOverlayConfig
- Implements
- Inherited Members
Constructors
WindowControlsOverlayConfig(bool, string, string)
Configuration for Window Controls Overlay
public WindowControlsOverlayConfig(bool ShowCSS, string SelectedPlatform, string ThemeColor)
Parameters
ShowCSSboolWhether the title bar CSS should be shown when emulating the Window Controls Overlay.
SelectedPlatformstringSelected platforms to show the overlay.
ThemeColorstringThe theme color defined in app manifest.
Properties
SelectedPlatform
Selected platforms to show the overlay.
public string SelectedPlatform { get; init; }
Property Value
ShowCSS
Whether the title bar CSS should be shown when emulating the Window Controls Overlay.
public bool ShowCSS { get; init; }
Property Value
ThemeColor
The theme color defined in app manifest.
public string ThemeColor { get; init; }