Size.IsEmpty Proprietà

Definizione

Verifica se questa struttura Size ha larghezza e altezza pari a 0.

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

Valore della proprietà

Questa proprietà restituisce true quando questa struttura Size ha larghezza e altezza pari a 0. In caso contrario, restituisce false.

Attributi

Si applica a