SizeF.IsEmpty Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob diese SizeF Struktur null Breite und Höhe aufweist.

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

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

Attribute

Gilt für: