StringFormat.GetTabStops

StringFormat.GetTabStops method

Gets the tab stops for this StringFormat object.

public float[] GetTabStops(out float firstTabOffset)
ParameterTypeDescription
firstTabOffsetSingle&The number of spaces between the beginning of a text line and the first tab stop.

Return Value

An array of distances (in number of spaces) between tab stops.

See Also