Gets or sets the indentation step of TOC items. Items with Level equal to 1 are not indented, each next level is indented by this value. The default value is 10mm.

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

Syntax

C#
public Unit LevelSpacing { get; set; }
Visual Basic
Public Property LevelSpacing As Unit
	Get
	Set

See Also