Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Paragraph Class / HangingIndent Property

In This Topic
    HangingIndent Property
    In This Topic
    Gets or sets the first line indent or hanging line indent for the paragraph, relative to left indent. This property can be negative. If positive, indents just the first line (first line indent). If negative, indents all lines but the first (hanging indent).

    Default: 0tw.

    Syntax
    'Declaration
     
    Public Property HangingIndent As RdlSize
    public RdlSize HangingIndent {get; set;}
    See Also