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

In This Topic
    EntryIndent Property (RenderIndex)
    In This Topic
    Gets or sets the indent of sub-entries relative to the main index entry.

    The default is 1/4 of an inch.

    Syntax
    'Declaration
     
    Public Property EntryIndent As Unit
    public Unit EntryIndent {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