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
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
Default
Creates a default options instance with RenderMode.Buffer.
public static NetConsoleDriverOptions Default { get; }
Property Value
RenderMode
Gets or sets the rendering mode for console output.
public RenderMode RenderMode { get; set; }