System::Drawing::StringFormat::SetTabStops method

StringFormat::SetTabStops method

Sets the tab stops for the current StringFormat object.

void System::Drawing::StringFormat::SetTabStops(float first_tab_offset, const ArrayPtr<float> &tab_stops)
ParameterTypeDescription
first_tab_offsetfloatThe number of spaces between the beginning of a text line and the first tab stop
tab_stopsconst ArrayPtr<float>&An array containing values which are the numbers of spaces between tab stops.

See Also