'宣言 Public Function New( _ ByVal position As Unit, _ ByVal alignment As TabAlignmentEnum, _ ByVal fillChar As System.Char _ )
'使用法 Dim position As Unit Dim alignment As TabAlignmentEnum Dim fillChar As System.Char Dim instance As New TabPosition(position, alignment, fillChar)
public TabPosition( Unit position, TabAlignmentEnum alignment, System.char fillChar )
パラメータ
- position
- The tab position, relative to the left edge of the text area.
- alignment
- The text alignment at this tab position.
- fillChar
- The character used to fill the area between the preceding and the current tab stops.