TabStop Constructor(Single,Char)
In This Topic
Initializes a new instance of the
TabStop class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Single, _
ByVal As System.Char _
)
public TabStop(
System.float ,
System.char
)
Parameters
- offset
- The tab stop position, in graphic units.
- separator
- The separator character (the Alignment property is set to 'SeparatorTab').
See Also