public bool IndentAfterEmptyLine { get; set; }
Public Property IndentAfterEmptyLine As Boolean
Get
Set
Dim instance As LineWrappingTextWriter
Dim value As Boolean
value = instance.IndentAfterEmptyLine
instance.IndentAfterEmptyLine = value
public:
property bool IndentAfterEmptyLine {
bool get ();
void set (bool value);
}
By default, the LineWrappingTextWriter class will start lines that follow an empty line at the beginning of the line, regardless of the value of the Indent property. Set this property to to apply indentation even to lines following an empty line.