PrintDocument for WinForms
Position プロパティ (TabPosition)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TabPosition クラス : Position プロパティ
Gets or sets the tab stop position, relative to the left of the text area.
シンタックス
'宣言
 
Public Property Position As Unit
'使用法
 
Dim instance As TabPosition
Dim value As Unit
 
instance.Position = value
 
value = instance.Position
public Unit Position {get; set;}
解説
The tab stop position is relative to the left edge of the text area. That area does not include any padding or borders, so for example if a RenderText has a 1 inch left padding, and the first TabPosition is set to 1 inch, any text after the first tab char will be positioned 2 inches to the right of the RenderText's X coordinate.
参照

TabPosition クラス
TabPosition メンバ