TabPosition Constructor(Unit)
In This Topic
Initializes a new instance of the
TabPosition class, at the specified position, with the default (
TabAlignmentEnum.Left) text alignment.
Syntax
'Declaration
Public Function New( _
ByVal As Unit _
)
public TabPosition(
Unit
)
Parameters
- position
- The tab position, relative to the left edge of the text area.
See Also