UsageWriterArgumentDescriptionIndent Property

Gets or sets the number of characters by which to indent all but the first line of each argument's description, if the CommandLineParserMode property is ParsingModeDefault.

Definition

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

Property Value

Int32
The number of characters by which to indent the argument descriptions. The default value is the value of the DefaultArgumentDescriptionIndent constant.

Remarks

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

See Also