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#

publicintMaximumDisplayWidth{get;set;}

VB

PublicPropertyMaximumDisplayWidthAsIntegerGetSet

C++

public: property int MaximumDisplayWidth{intget (); voidset (int value)}

F#

memberMaximumDisplayWidth: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