MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Controls.Design Namespace / DefaultSizeAttribute Class / DefaultSizeAttribute Constructor
The width.
The height.

In This Topic
DefaultSizeAttribute Constructor
In This Topic
Initializes a new instance of the DefaultSizeAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Single, _
   ByVal height As Single _
)
 

Parameters

width
The width.
height
The height.
See Also