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