RenderText Constructor(String)
In This Topic
Initializes a new instance of the
RenderText class, assigning the
Text property.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public RenderText(
string
)
Parameters
- text
- A string assigned to the Text property.
See Also