MicaController.FallbackColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.