ConsoleWindowMaxLines Property

Gets or sets the maximum number of lines to display in the window.

Definition

Namespace: Wolfram.NETLink.UI
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public static int MaxLines { get; set; }

Property Value

Int32

Remarks

As lines are added beyond this limit, the oldest ones will be deleted from the buffer.

This property affects how many lines are stored in the window's buffer, not the phsyical size of the display area. A scroll bar appears in the window to allow you to view all lines in the buffer.

See Also