SizeHelper.Empty Propiedad

Definición

Obtiene un valor de tamaño estático en el que size no tiene ningún alto o ancho. En su lugar, el código de C# y Microsoft Visual Basic deben 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

Un tamaño con ancho y alto establecido en infinito negativo.

Se aplica a