RevealBrush.GetState(UIElement) 方法

定义

重要

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

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

适用于 UWP 的等效 WinUI 2 APIMicrosoft.UI.Xaml.Media.RevealBrush.GetState (Windows.UI.Xaml.UIElement) (在 Windows 应用 SDK中适用于 WinUI,请参阅) Windows 应用 SDK命名空间

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

参数

element
UIElement

从中读取属性值的对象。

返回

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

适用于

另请参阅