共用方式為


RevealBrush.SetState(UIElement, RevealBrushState) 方法

定義

重要

RevealBrush 可用於需求一節中指定的作業系統。 不過,我們不建議使用,因為它可能會在後續版本中改變或無法使用。

設定目標元素的 RevealBrush.State XAML 附加屬性的值。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱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);
Public Shared Sub SetState (element As UIElement, value As RevealBrushState)

參數

element
UIElement

設定屬性值的物件。

value
RevealBrushState

列舉的其中一個值。

適用於

另請參閱