DesktopAcrylicController.FallbackColor Property

Definition

Gets or sets the solid color to use when system conditions prevent rendering the acrylic material.

public:
 property Color FallbackColor { Color get(); void set(Color value); };
Color FallbackColor();

void FallbackColor(Color value);
public Color FallbackColor { get; set; }
var color = desktopAcrylicController.fallbackColor;
desktopAcrylicController.fallbackColor = color;
Public Property FallbackColor As Color

Property Value

The solid color to use when system conditions prevent rendering the acrylic material.

Remarks

The acrylic material is replaced with a solid color when one of the fallback conditions is met, such as entering battery saver mode.

Applies to