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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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