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