'宣言 Public Function New( _ ByVal position As Unit, _ ByVal alignment As TabAlignmentEnum _ )
'使用法 Dim position As Unit Dim alignment As TabAlignmentEnum Dim instance As New TabPosition(position, alignment)
public TabPosition( Unit position, TabAlignmentEnum alignment )
パラメータ
- position
- The tab position, relative to the left edge of the text area.
- alignment
- The text alignment at this tab position.