RevealBrush.SetState(UIElement, RevealBrushState) 方法

定义

重要

RevealBrush 可用于“要求”部分指定的操作系统。 但是,不建议使用,因为后续版本中可能会更改或不可用。

设置目标元素的 RevealBrush.State XAML 附加属性的值。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

public:
 static void SetState(UIElement ^ element, RevealBrushState value);
 static void SetState(UIElement const& element, RevealBrushState const& value);
public static void SetState(UIElement element, RevealBrushState value);
Public Shared Sub SetState (element As UIElement, value As RevealBrushState)

参数

element
UIElement

为其设置了属性值的对象。

value
RevealBrushState

枚举中的值之一。

适用于

另请参阅