Skip to content

P_CommandLine_ParserSettings_MaximumDisplayWidth

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

ParserSettings.MaximumDisplayWidth Property

Gets or sets the maximum width of the display. This determines word wrap when displaying the text.

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public int MaximumDisplayWidth { get; set; }

VB

Public Property MaximumDisplayWidth As Integer
	Get
	Set

C++

public:
property int MaximumDisplayWidth {
	int get ();
	void set (int value);
}

F#

member MaximumDisplayWidth : int with get, set

Property Value

Type: Int32

See Also

Reference

ParserSettings Class
CommandLine Namespace

Clone this wiki locally