UtilTweakingConsoleBufferAmount Property
Gets or sets the amount of buffers of the CMD,
valid range is from 1 to 999.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int ConsoleBufferAmount { get; set; }
Public Shared Property ConsoleBufferAmount As Integer
Get
Set
Dim value As Integer
value = UtilTweaking.ConsoleBufferAmount
UtilTweaking.ConsoleBufferAmount = value
public:
static property int ConsoleBufferAmount {
int get ();
void set (int value);
}
static member ConsoleBufferAmount : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The amount of buffers of the CMD, from
1 to
999.