Click or drag to resize
HelpTextMaximumDisplayWidth Property
Gets or sets the maximum width of the display. This determines word wrap when displaying the text.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public int MaximumDisplayWidth { get; set; }

Property Value

Type: Int32
The maximum width of the display.
See Also