Search Results for

    Show / Hide Table of Contents

    Class TextPath

    Path text renderable

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

    Constructors

    | Edit this page View Source

    TextPath()

    Makes a new instance of the path text renderer

    Declaration
    public TextPath()

    Properties

    | Edit this page View Source

    BackgroundColor

    Background color of the text

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

    ForegroundColor

    Foreground color of the path text (usually a path color)

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

    LastPathColor

    Last path color in the path text

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

    OneLine

    Whether to print all lines or only one line

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

    PathText

    Path text to render

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

    Rainbow

    Whether to write text with rainbow effects or not

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

    RainbowBg

    Whether to write text with rainbow effects in the background or in the foreground

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

    RootDriveColor

    Root drive color in the path text

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

    SeparatorColor

    Separator color in the path text

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

    Settings

    Text settings to use

    Declaration
    public TextSettings Settings { get; set; }
    Property Value
    Type Description
    TextSettings
    | 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 path text

    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