SetTabStops()

StringFormat::SetTabStops(float, const ArrayPtr<float>&) method

Sets the tab stops for the current StringFormat object.

void System::Drawing::StringFormat::SetTabStops(float first_tab_offset, const ArrayPtr<float> &tab_stops)

Arguments

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