FontOption Constructor(String,String)
In This Topic
Initializes a new instance of the FontOption class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
public FontOption(
System.string ,
System.string
)
Parameters
- name
- text
See Also