Share via


ITextParagraphFormat.ListTab Property

Definition

Gets or sets the list tab setting, which is the distance between the first indent and the start of the text on the first line.

public:
 property float ListTab { float get(); void set(float value); };
float ListTab();

void ListTab(float value);
public float ListTab { get; set; }
var single = iTextParagraphFormat.listTab;
iTextParagraphFormat.listTab = single;
Public Property ListTab As Single

Property Value

Single

float

The list tab setting.

Remarks

Numbered or bulleted text is left-justified, centered, or right-justified at the first-line indent value. Use ITextParagraphFormat.ListAlignment to determine the text position.

Applies to

See also