Condividi tramite


RevealBrush.SetState(UIElement, RevealBrushState) Metodo

Definizione

Importante

RevealBrush è disponibile per l'uso nei sistemi operativi specificati nella sezione Requisiti. Tuttavia, non è consigliabile usarlo perché può essere modificato o non disponibile nelle versioni successive.

Imposta il valore della proprietà associata RevealBrush.State XAML per un elemento di destinazione.

API WinUI 2 equivalente per UWP: Microsoft.UI.Xaml.Media.RevealBrush.SetState(Windows.UI.Xaml.UIElement,Microsoft.UI.Xaml.Media.RevealBrushState) (per WinUI nell'SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

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);
function setState(element, value)
Public Shared Sub SetState (element As UIElement, value As RevealBrushState)

Parametri

element
UIElement

Oggetto a cui viene scritto il valore della proprietà.

value
RevealBrushState

Il valore da impostare.

Si applica a

Vedi anche