SizeF.IsEmpty Proprietà

Definizione

Ottiene un valore che indica se questa struttura SizeF ha altezza e larghezza pari a zero.

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à

true quando questa SizeF struttura ha sia una larghezza che un'altezza pari a zero; in caso contrario, false.

Attributi

Si applica a