IAnsiConsoleOutput Interface

Represents console output.
public interface IAnsiConsoleOutput
Namespace
Spectre.Console
Implementing Types

Properties

abstract int Height
Gets the output height.
abstract bool IsTerminal
Gets a value indicating whether or not the output is a terminal.
abstract int Width
Gets the output width.
abstract TextWriter Writer
Gets the TextWriter used to write to the output.

Methods

abstract void SetEncoding(Encoding)
Sets the output encoding.