[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.StringFormat.SetTabStops

SetTabStops Method

SetTabStops(int, int[], TabUnit)

Sets tab stops for this StringFormat object.

Declaration
public void SetTabStops(int firstTabOffset, int[] tabStops, TabUnit tabUnit)
Parameters
Type Name Description
int firstTabOffset

The number of spaces between the beginning of a line of text and the first tab stop.

int[] tabStops

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

TabUnit tabUnit

The unit of the tab stops and offset.