C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderIndex Class / EntryIndent Property

In This Topic
EntryIndent Property
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
 
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