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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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, 
.