PrintDocument for WinForms
TabPosition コンストラクタ(Unit,TabAlignmentEnum,Char)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TabPosition クラス > TabPosition コンストラクタ : TabPosition コンストラクタ(Unit,TabAlignmentEnum,Char)
The tab position, relative to the left edge of the text area.
The text alignment at this tab position.
The character used to fill the area between the preceding and the current tab stops.
Initializes a new instance of the TabPosition class, at the specified position and with the specified text alignment and fill character.
シンタックス
'宣言
 
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.
参照

TabPosition クラス
TabPosition メンバ
オーバーロード一覧