StringFormat.SetTabStops

StringFormat.SetTabStops method

これにタブストップを設定しますStringFormatobject.

public void SetTabStops(float firstTabOffset, float[] tabStops)
パラメータタイプ説明
firstTabOffsetSingleテキスト行の先頭と最初のタブ ストップの間のスペースの数。
tabStopsSingle[]Graphics.PageUnit プロパティで指定された単位でのタブ ストップ間の距離の配列。

関連項目