Search Results for

    Show / Hide Table of Contents

    Class PowerLine

    PowerLine renderable

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

    Constructors

    | Edit this page View Source

    PowerLine()

    Makes a new instance of the PowerLine renderer

    Declaration
    public PowerLine()

    Properties

    | Edit this page View Source

    EndingColor

    Ending color

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

    Segments

    PowerLine segments

    Declaration
    public List<PowerLineSegment> Segments { get; set; }
    Property Value
    Type Description
    List<PowerLineSegment>

    Methods

    | Edit this page View Source

    Render()

    Renders a PowerLine segment group

    Declaration
    public override string Render()
    Returns
    Type Description
    string

    Rendered PowerLine 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