Table of Contents

Class NetConsoleDriverOptions

Namespace
SharpConsoleUI.Drivers
Assembly
SharpConsoleUI.dll

Configuration options for NetConsoleDriver.

public class NetConsoleDriverOptions
Inheritance
NetConsoleDriverOptions
Inherited Members

Properties

BufferSize

Gets or sets the buffer size for buffered rendering (in characters). Future use - currently not implemented but ready for enhancement.

public int BufferSize { get; set; }

Property Value

int

CursorBlinkRate

Gets or sets the cursor blink rate in milliseconds. Future use - currently not implemented but ready for enhancement.

public int CursorBlinkRate { get; set; }

Property Value

int

Default

Creates a default options instance with RenderMode.Buffer.

public static NetConsoleDriverOptions Default { get; }

Property Value

NetConsoleDriverOptions

RenderMode

Gets or sets the rendering mode for console output.

public RenderMode RenderMode { get; set; }

Property Value

RenderMode