UsageWriterShouldIndent Property
Gets a value that indicates whether indentation should be enabled in the output.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
protected virtual bool ShouldIndent { get; }
Protected Overridable ReadOnly Property ShouldIndent As Boolean
Get
Dim value As Boolean
value = Me.ShouldIndent
protected:
virtual property bool ShouldIndent {
bool get ();
}
Property Value
Boolean if the
Writer property's maximum line length is
unlimited or greater than 30; otherwise,
.