public bool IndentAfterEmptyLine { get; set; }
Public Property IndentAfterEmptyLine As Boolean
Get
Set
Dim instance As UsageWriter
Dim value As Boolean
value = instance.IndentAfterEmptyLine
instance.IndentAfterEmptyLine = value
public:
property bool IndentAfterEmptyLine {
bool get ();
void set (bool value);
}
By default, the UsageWriter class will start lines that follow an empty line at the beginning of the line, regardless of the value of the SyntaxIndent, ArgumentDescriptionIndent, or CommandDescriptionIndent property. Set this property to to apply indentation even to lines following an empty line.
This can be useful if you have argument descriptions that contain blank lines when argument descriptions are indented, such as in the default format.