-api-id | -api-type |
---|---|
P:Microsoft.UI.Xaml.Media.RevealBrush.AlwaysUseFallback |
winrt property |
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).
true to always replace the reveal effect with the solid fallback color. Otherwise, false. The default is false.
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.