Search Results for

    Show / Hide Table of Contents

    Class ValueShowcaseDouble

    Value showcase (for two values) renderable

    Inheritance
    object
    CyclicWriter
    GraphicalCyclicWriter
    ValueShowcaseDouble
    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 ValueShowcaseDouble : GraphicalCyclicWriter

    Constructors

    | Edit this page View Source

    ValueShowcaseDouble()

    Makes a new instance of the value showcase (double value) renderer

    Declaration
    public ValueShowcaseDouble()

    Properties

    | Edit this page View Source

    Elements

    Chart elements

    Declaration
    public (string, ChartElement element1, ChartElement element2)[] Elements { get; set; }
    Property Value
    Type Description
    (string, ChartElement element1, ChartElement element2)[]
    | Edit this page View Source

    Length

    Calculated length of the showcase panel

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

    ShowSeparator

    Shows the separator

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

    UseColors

    Whether to use colors or not

    Declaration
    public bool UseColors { get; set; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Render()

    Renders a showcase panel

    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