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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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