RevealBrush.GetState(UIElement) 方法

定义

重要

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

获取目标元素的 RevealBrush.State XAML 附加属性的值。

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

public:
 static RevealBrushState GetState(UIElement ^ element);
 static RevealBrushState GetState(UIElement const& element);
public static RevealBrushState GetState(UIElement element);
Public Shared Function GetState (element As UIElement) As RevealBrushState

参数

element
UIElement

从中读取属性值的对象。

返回

指定对象的 RevealBrush.State XAML 附加属性值。

适用于

另请参阅