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: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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, 
.