RevealBrush.GetState(UIElement) メソッド

定義

重要

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 添付プロパティ値。

適用対象

こちらもご覧ください