C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TabPosition Class / FillChar Property

In This Topic
FillChar Property (TabPosition)
In This Topic
Gets or sets the char used to fill the space between the current and the preceding tabs.
Syntax
'Declaration
 
Public Property FillChar As Char
 
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