Gets or sets the char used to fill the space between the current and the preceding tabs.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public char FillChar { get; set; }
Visual Basic
Public Property FillChar As Char
	Get
	Set

Remarks

This feature's main use is in RenderToc, where it fills the space between left-aligned TOC entries and right-aligned page numbers.

See Also