Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.44 KB

revealbrush_alwaysusefallback.md

File metadata and controls

32 lines (19 loc) · 1.44 KB
-api-id -api-type
P:Windows.UI.Xaml.Media.RevealBrush.AlwaysUseFallback
winrt property

Windows.UI.Xaml.Media.RevealBrush.AlwaysUseFallback

-description

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.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Media.RevealBrush.AlwaysUseFallback (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

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.

-see-also

-examples