TextElement Constructor(Style,String)
In This Topic
Initializes a new instance of a
TextElement with a given style and contents.
Syntax
'Declaration
Public Function New( _
ByVal As Style, _
ByVal As String _
)
public TextElement(
Style ,
string
)
Parameters
- style
- Style used to measure and render the TextElement,
- text
- String displayed in the TextElement,
See Also