Skip to content

P_CommandLine_Text_HelpText_MaximumDisplayWidth

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

HelpText.MaximumDisplayWidth Property

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

Namespace: CommandLine.Text
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
The maximum width of the display.

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally