Search Results for

    Show / Hide Table of Contents

    Class ListEntry

    ListEntry renderable

    Inheritance
    object
    CyclicWriter
    SimpleCyclicWriter
    ListEntry
    Namespace: Terminaux.Writer.CyclicWriters.Simple
    Assembly: Terminaux.dll
    Syntax
    public class ListEntry : SimpleCyclicWriter

    Constructors

    | Edit this page View Source

    ListEntry()

    Makes a new instance of the list entry renderer

    Declaration
    public ListEntry()

    Properties

    | Edit this page View Source

    Entry

    List key name

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

    Indentation

    Specifies a zero-based level of indentation

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

    Indicator

    Whether to enable the list entry indicator

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

    KeyColor

    List key color

    Declaration
    public Color KeyColor { get; set; }
    Property Value
    Type Description
    Color
    | 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

    Value

    List value as a string

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

    ValueColor

    List value color

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

    Methods

    | Edit this page View Source

    Render()

    Renders a list entry

    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