Size.Empty Property

Definition

Gets a value that represents a static empty Size.

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

Property Value

An empty instance of Size.

Remarks

The Width and Height of the instance of Size are equal to negative-infinity when this property is invoked. This is the only situation where Size can be a negative number.

Applies to