Click or drag to resize

CreateShellCommandOptionsCommandDescriptionIndent Property

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

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntax
public int CommandDescriptionIndent { get; set; }

Property Value

Type: 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 should be adjusted to match the formatting specified by the CommandDescriptionFormat property.

This value is not used if Out is not a LineWrappingTextWriter, or the maximum line length is less than 30.

See Also