Share via


Brush.IsNullOrEmpty(Brush) 메서드

정의

지정된 Brushnull 가 비어 있는지 여부를 나타냅니다.

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

매개 변수

brush
Brush

반환

true 브러시가 null이거나 비어 있으면 이고, false 그렇지 않으면.

적용 대상