UsageWriterCommandDescriptionIndent Property

Gets or sets the number of characters by which to indent the all but the first line of command descriptions.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public int CommandDescriptionIndent { get; set; }

Property Value

Int32
The number of characters by which to indent the all but the first line of command descriptions. The default value is 8.

Remarks

This value is used by the base implementation of the WriteCommandDescriptionHeader(CommandInfo) method, unless the ShouldIndent property is .

See Also