Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.06 KB

revealbrush_setstate_54795167.md

File metadata and controls

37 lines (22 loc) · 1.06 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Media.RevealBrush.SetState(Windows.UI.Xaml.UIElement,Microsoft.UI.Xaml.Media.RevealBrushState)
winrt method

Microsoft.UI.Xaml.Media.RevealBrush.SetState

-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.

Sets the value of the RevealBrush.State XAML attached property for the target element.

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

-parameters

-param element

The object for which the property value is set.

-param value

One of the values from the enumeration.

-remarks

-see-also

GetState

-examples