SetTabStops

StringFormat.SetTabStops method

Sets tab stops for this StringFormat object.

public void SetTabStops(float firstTabOffset, float[] tabStops)
ParameterTypeDescription
firstTabOffsetSingleThe number of spaces between the beginning of a line of text and the first tab stop.
tabStopsSingle[]An array of distances between tab stops in the units specified by the PageUnit property.

See Also