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