SizeF.IsEmpty Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Breite und Höhe dieser SizeF-Struktur 0 sind.

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

Boolean

true wenn diese SizeF Struktur sowohl eine Breite als auch eine Höhe von Null aufweist; andernfalls false.

Attribute

Gilt für: