'Declaration
Public Function New( _ ByVal text As System.String, _ ByVal textStyle As NTextStyle, _ ByVal renderBackplane As System.Boolean _ )
'Usage
Dim text As System.String Dim textStyle As NTextStyle Dim renderBackplane As System.Boolean Dim instance As New NSingleLineTextObject(text, textStyle, renderBackplane)
public NSingleLineTextObject( System.string text, NTextStyle textStyle, System.bool renderBackplane )
Parameters
- text
- textStyle
- renderBackplane