HelpTextMaximumDisplayWidth Property |
Gets or sets the maximum width of the display. This determines word wrap when displaying the text.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic int MaximumDisplayWidth { get; set; }
public:
property int MaximumDisplayWidth {
int get ();
void set (int value);
}
Property Value
Type:
Int32The maximum width of the display.
See Also