System.Console.BufferWidth Property

Gets or sets the width of the buffer area.

Syntax

public static int BufferWidth { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If a set operation decreases the value of the Console.BufferWidth property, the rightmost columns are removed. For example, if the number of columns is reduced from 80 to 60, columns 60 through 79 of each row are removed.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0