Reports for WinForms | ComponentOne
C1.C1Report.4 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
    public char FillChar {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