public int SyntaxIndent { get; set; }
Public Property SyntaxIndent As Integer
Get
Set
Dim instance As UsageWriter
Dim value As Integer
value = instance.SyntaxIndent
instance.SyntaxIndent = value
public:
property int SyntaxIndent {
int get ();
void set (int value);
}
The command line syntax is a single line that consists of the usage prefix written by WriteUsageSyntaxPrefix followed by the syntax of all the arguments. This indentation is used when that line exceeds the maximum line length.
This value is used by the base implementation of the WriteParserUsageSyntax class, unless the ShouldIndent property is .