Gets or sets the hanging indent of the first line of an entry's paragraph relative to the following lines (used if the list of occurrences and cross-references for the entry is too long to fit on a single line).

The default is 1/8 of an inch.

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

Syntax

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

Remarks

While this property has the Unit type, only absolute values (such as "10mm", "0.5in" and so on - see IsAbs) can be assigned to it.

See Also