Size.IsEmpty Propiedad

Definición

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

Valor de propiedad

Esta propiedad devuelve true si esta estructura Size tiene un valor de ancho y alto igual a 0; en caso contrario, devuelve false.

Atributos

Se aplica a