Size.IsEmpty Eigenschaft

Definition

Überprüft, ob diese Size Struktur Breite und Höhe von 0 hat.

public:
 property bool IsEmpty { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsEmpty { get; }
public bool IsEmpty { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsEmpty : bool
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Eigenschaftswert

Diese Eigenschaft gibt zurück true , wenn diese Size Struktur sowohl eine Breite als auch eine Höhe von 0 aufweist; andernfalls false.

Attribute

Gilt für: