Constructor Cell
Cell(Attribute?, bool, string)
Represents a single row/column in a Terminal.Gui rendering surface (e.g. LineCanvas and IDriver).
public Cell(Attribute? Attribute = null, bool IsDirty = false, string Grapheme = "")
Represents a single row/column in a Terminal.Gui rendering surface (e.g. LineCanvas and IDriver).
public Cell(Attribute? Attribute = null, bool IsDirty = false, string Grapheme = "")