Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.01 KB

revealbrushstate.md

File metadata and controls

40 lines (23 loc) · 1.01 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.RevealBrushState
winrt enum

Windows.UI.Xaml.Media.RevealBrushState

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

Defines constants that specify the pointer state of an element.

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

-enum-fields

-field Pressed:2

The element is pressed.

-field PointerOver:1

The pointer is over the element.

-field Normal:0

The element is in its default state.

-remarks

-see-also

-examples