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