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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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,
.