RevealBrush.AlwaysUseFallback Property

Definition

Important

RevealBrush is available for use in the operating systems specified in the Requirements section. However, we do not recommend its use as it may be altered or unavailable in subsequent versions.

Gets or sets a value that specifies whether the brush is forced to the solid fallback color.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property bool AlwaysUseFallback { bool get(); void set(bool value); };
bool AlwaysUseFallback();

void AlwaysUseFallback(bool value);
public bool AlwaysUseFallback { get; set; }
Public Property AlwaysUseFallback As Boolean

Property Value

Boolean

bool

true to always replace the reveal effect with the solid fallback color. Otherwise, false. The default is false.

Remarks

By default, the reveal effect is replaced with a solid color and default ambient lighting when one of the fallback conditions is met (such as entering battery saver mode). You can set this property to true to always replace the reveal effect with the fallback values. Setting this property will synchronously trigger a transition animation between the normal look and fallback color.

Applies to