Condividi tramite


Brush.IsNullOrEmpty(Brush) Metodo

Definizione

Indica se l'oggetto specificato Brush è null o vuoto.

public:
 static bool IsNullOrEmpty(Microsoft::Maui::Controls::Brush ^ brush);
public static bool IsNullOrEmpty (Microsoft.Maui.Controls.Brush brush);
static member IsNullOrEmpty : Microsoft.Maui.Controls.Brush -> bool
Public Shared Function IsNullOrEmpty (brush As Brush) As Boolean

Parametri

brush
Brush

Restituisce

true se il pennello è null o vuoto; false Altrimenti.

Si applica a