RevealBrush.GetState(UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
RevealBrush 可用于“要求”部分中指定的操作系统。 但是,不建议使用它,因为它可能会在后续版本中更改或不可用。
获取目标元素的 RevealBrush.State XAML 附加属性的值。
本文档适用于 Windows 应用 SDK 中 WinUI 的 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 附加属性值。