Search Results for

    Show / Hide Table of Contents

    Class Table

    Table renderable

    Inheritance
    object
    CyclicWriter
    GraphicalCyclicWriter
    Table
    Inherited Members
    GraphicalCyclicWriter.Left
    GraphicalCyclicWriter.Top
    GraphicalCyclicWriter.Width
    GraphicalCyclicWriter.Height
    GraphicalCyclicWriter.Padding
    GraphicalCyclicWriter.Margins
    GraphicalCyclicWriter.SetMargins
    GraphicalCyclicWriter.HitboxStartPos
    GraphicalCyclicWriter.HitboxEndPos
    GraphicalCyclicWriter.GenerateHitbox(Func<PointerEventContext, object>)
    GraphicalCyclicWriter.GenerateHitbox(Action<PointerEventContext>)
    Namespace: Terminaux.Writer.CyclicWriters.Graphical
    Assembly: Terminaux.dll
    Syntax
    public class Table : GraphicalCyclicWriter

    Constructors

    | Edit this page View Source

    Table()

    Makes a new instance of the table renderer

    Declaration
    public Table()

    Properties

    | Edit this page View Source

    BackgroundColor

    Background color

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    BorderSettings

    Border settings to use

    Declaration
    public BorderSettings BorderSettings { get; set; }
    Property Value
    Type Description
    BorderSettings
    | Edit this page View Source

    Header

    Whether to enable table headers

    Declaration
    public bool Header { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HeaderColor

    Table header color

    Declaration
    public Color HeaderColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    Rows

    List of rows and columns

    Declaration
    public string[,] Rows { get; set; }
    Property Value
    Type Description
    string[,]
    | Edit this page View Source

    SeparatorColor

    Table separator color

    Declaration
    public Color SeparatorColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    Settings

    Cell settings to use

    Declaration
    public List<CellOptions> Settings { get; set; }
    Property Value
    Type Description
    List<CellOptions>
    | Edit this page View Source

    Title

    Title of the table

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UseColors

    Whether to use colors or not

    Declaration
    public bool UseColors { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ValueColor

    Table value color

    Declaration
    public Color ValueColor { get; set; }
    Property Value
    Type Description
    Color

    Methods

    | Edit this page View Source

    Render()

    Renders a table

    Declaration
    public override string Render()
    Returns
    Type Description
    string

    Rendered text that will be used by the renderer

    Overrides
    CyclicWriter.Render()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX