Compartir a través de


SizeHelper.Empty Propiedad

Definición

Obtiene un valor de tamaño estático en el Size que no tiene ningún alto o ancho. En su lugar, el código de C# debe usar Size.Empty .

public:
 static property Size Empty { Size get(); };
static Size Empty();
public static Size Empty { get; }
var size = SizeHelper.empty;
Public Shared ReadOnly Property Empty As Size

Valor de propiedad

Tamaño con Width y Height establecido en infinito negativo.

Se aplica a