GetTabStops()

StringFormat::GetTabStops(float&) const method

Returns the tab stops for the current StringFormat object.

ArrayPtr<float> System::Drawing::StringFormat::GetTabStops(float &first_tab_offset) const

Arguments

ParameterTypeDescription
first_tab_offsetfloat&Output argumnt; Contains the number of spaces between the beginning of a text line and the first tab stop

Return Value

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

See Also