System::Drawing::StringFormat::GetTabStops 方法

StringFormat::GetTabStops method

返回当前 StringFormat 对象的制表位。

ArrayPtr<float> System::Drawing::StringFormat::GetTabStops(float &first_tab_offset) const
参数类型描述
first_tab_offsetfloat&Output argumnt; 包含文本行起始位置与第一个制表位之间的空格数

ReturnValue

一个数组,包含制表位之间空格数的值

另见