RenderEmpty Constructor(Unit)
In This Topic
Initializes a new instance of the
RenderEmpty class with a specified height.
Syntax
'Declaration
Public Function New( _
ByVal As Unit _
)
public RenderEmpty(
Unit
)
Parameters
- height
- The Unit height of the current RenderEmpty object.
See Also