Size.Empty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.