Search Results for

    Show / Hide Table of Contents

    Class Border

    Aligned text renderable

    Inheritance
    object
    CyclicWriter
    GraphicalCyclicWriter
    Border
    Inherited Members
    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 Border : GraphicalCyclicWriter

    Constructors

    | Edit this page View Source

    Border()

    Makes a new instance of the border renderer

    Declaration
    public Border()

    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

    Color

    Border color

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

    DropShadow

    Whether to enable drop shadow or not

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

    Height

    Interior height

    Declaration
    public override int Height { get; set; }
    Property Value
    Type Description
    int
    Overrides
    GraphicalCyclicWriter.Height
    | Edit this page View Source

    Left

    Left position

    Declaration
    public override int Left { get; set; }
    Property Value
    Type Description
    int
    Overrides
    GraphicalCyclicWriter.Left
    | Edit this page View Source

    Rulers

    Rulers that divide the box frame

    Declaration
    public RulerInfo[] Rulers { get; set; }
    Property Value
    Type Description
    RulerInfo[]
    | Edit this page View Source

    Settings

    Border settings to use

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

    ShadowColor

    Drop shadow color

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

    Text

    Text to show

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

    TextColor

    Text color

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

    TextSettings

    Text settings to use

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

    Title

    Title

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

    Top

    Top position

    Declaration
    public override int Top { get; set; }
    Property Value
    Type Description
    int
    Overrides
    GraphicalCyclicWriter.Top
    | 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

    Width

    Interior width

    Declaration
    public override int Width { get; set; }
    Property Value
    Type Description
    int
    Overrides
    GraphicalCyclicWriter.Width

    Methods

    | Edit this page View Source

    Render()

    Renders a border

    Declaration
    public override string Render()
    Returns
    Type Description
    string

    Rendered border that will be used by the renderer

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