Table of Contents

Class RuneCell

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Represents a single row/column within the TextView. Includes the glyph and the foreground/background colors.

public class RuneCell : IEquatable<RuneCell>
Inheritance
RuneCell
Implements
Inherited Members

Properties

ColorScheme

The ColorScheme color sets to draw the glyph with.

Rune

The glyph to draw.

Methods

Equals(RuneCell?)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns a string that represents the current object.