Size.IsEmpty Propiedad

Definición

Comprueba si esta Size estructura tiene un ancho y un alto de 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

Valor de propiedad

Esta propiedad devuelve true cuando esta Size estructura tiene un ancho y un alto de 0; en caso contrario, falsees .

Atributos

Se aplica a