SizeHelper.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 static Size value where the Size
has no height or width. C# code should use Size.Empty instead.
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
Property Value
A Size with Width
and Height
set to negative infinity.