You can set tab stops for text by calling the SetTabStops method of a StringFormat object and then passing that StringFormat object to the DrawString method of the Graphics class.
英
美
- 通过调用StringFormat对象的SetTabStops方法,然后将该StringFormat对象传递给Graphics类的DrawString方法,可以设置文本的制表位。
