SizeF.IsEmpty Propriété

Définition

Obtient une valeur qui indique si cette structure SizeF a une largeur et une hauteur nulles.

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

Valeur de propriété

true lorsque cette SizeF structure a une largeur et une hauteur de zéro ; sinon, false.

Attributs

S’applique à