Size.Empty Propiedad

Definición

Obtiene un valor que representa una estructura Size vacía.

public:
 static property Windows::Foundation::Size Empty { Windows::Foundation::Size get(); };
public static Windows.Foundation.Size Empty { get; }
member this.Empty : Windows.Foundation.Size
Public Shared ReadOnly Property Empty As Size

Valor de propiedad

Size

Instancia vacía de Size.

Comentarios

Este struct representa la proyección .NET del struct Windows Runtime (WinRT) Size . Para obtener más información, vea tamaño en la referencia de la API de UWP.

Para obtener más información sobre este miembro, vea Size.Empty en la referencia de la API de .NET Framework.

Se aplica a