RevealBrush.SetState(UIElement, RevealBrushState) 方法

定义

重要

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

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

适用于 UWP 的等效 WinUI 2 APIMicrosoft.UI.Xaml.Media.RevealBrush.SetState (Windows.UI.Xaml.UIElement,Microsoft.UI.Xaml.Media.RevealBrushState) ( Windows 应用 SDK,请参阅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);
function setState(element, value)
Public Shared Sub SetState (element As UIElement, value As RevealBrushState)

参数

element
UIElement

向其写入属性值的对象。

value
RevealBrushState

要设置的值。

适用于

另请参阅