UsageWriterApplicationDescriptionIndent Property

The indentation to use for the application description.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public int ApplicationDescriptionIndent { get; set; }

Property Value

Int32
The indentation. The default value is the value of the DefaultApplicationDescriptionIndent constant.

Remarks

This property is only used if the IncludeApplicationDescription property is .

This also applies to the command description when showing usage help for a subcommand.

See Also