ActiveReports Developer 7
IsEmpty Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > SizeFEx Structure : IsEmpty Property

Glossary Item Box

Gets a value indicating whether this SizeF has zero width and height.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsEmpty As System.Boolean
C# 
public System.bool IsEmpty {get;}

See Also