PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderIndex Class / EntryHangingIndent Property

In This Topic
    EntryHangingIndent Property (RenderIndex)
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property EntryHangingIndent As Unit
    public Unit EntryHangingIndent {get; set;}
    Remarks
    While this property has the Unit type, only absolute values (such as "10mm", "0.5in" and so on - see Unit.IsAbs) can be assigned to it.
    See Also