System::Drawing::StringFormat::GetTabStops method

StringFormat::GetTabStops method

Returns the tab stops for the current StringFormat object.

ArrayPtr<float> System::Drawing::StringFormat::GetTabStops(float &first_tab_offset) const
ParameterTypeDescription
first_tab_offsetfloat&Output argumnt; Contains the number of spaces between the beginning of a text line and the first tab stop

ReturnValue

An array containing values which are the numbers of spaces between tab stops

See Also