UsageWriterShouldIndent Property

Gets a value that indicates whether indentation should be enabled in the output.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
C#
protected virtual bool ShouldIndent { get; }

Property Value

Boolean
if the Writer property's maximum line length is unlimited or greater than 30; otherwise, .

Exceptions

InvalidOperationException No LineWrappingTextWriter was passed to the constructor, and a WriteParserUsage(CommandLineParser, UsageHelpRequest) operation is not in progress.

See Also