MicaController.FallbackColor Property

Definition

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

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

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

Property Value

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

Remarks

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

Applies to