Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderToc Class / LevelSpacing Property

In This Topic
    LevelSpacing Property
    In This Topic
    Gets or sets the indentation step of TOC items. Items with RenderTocItem.Level equal to 1 are not indented, each next level is indented by this value. The default value is 10mm.
    Syntax
    'Declaration
     
    Public Property LevelSpacing As Unit
    public Unit LevelSpacing {get; set;}
    See Also