Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Size Structure / IsEmpty Property


In This Topic
IsEmpty Property (Size)
In This Topic
Checks whether this Size structure has width and height of 0. This property returns true when this Size structure has both a width and height of 0; otherwise, false.
Syntax
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
 
'Usage
 
Dim instance As Size
Dim value As Boolean
 
value = instance.IsEmpty
See Also