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 Mode property is Default.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
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 property is used by the WriteArgumentDescriptions method.

This value is not used if the maximum line length of the LineWrappingTextWriter to which the usage is being written is less than 30.

See Also