Search Results for

    Show / Hide Table of Contents

    Class PredefinedBorders

    Pre-defined border list class

    Inheritance
    object
    PredefinedBorders
    Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
    Assembly: Terminaux.dll
    Syntax
    public static class PredefinedBorders

    Properties

    | Edit this page View Source

    Default

    Default border settings (a curved rectangle)

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

    HorizontalIntersection

    A rectangle with only a horizontal intersection

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

    HorizontalIntersectionDouble

    A rectangle with only a horizontal intersection

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

    HorizontalIntersectionThick

    A rectangle with only a horizontal intersection

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

    Intersections

    A rectangle with both horizontal and vertical intersections

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

    IntersectionsDouble

    A rectangle with both horizontal and vertical intersections

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

    IntersectionsThick

    A rectangle with both horizontal and vertical intersections

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

    RectangleSimple

    A rectangle using dashes, pipe, and plus signs as edges and borders

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

    RectangleThick

    A rectangle with a thick line as edges and corners

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

    RectangleThickEdge

    A rectangle with a thick line as edges and a thin line as intersections

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

    RectangleThin

    A rectangle with a thin line as edges and corners

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

    RectangleTwoLines

    A rectangle with two lines as edges and corners

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

    RectangleTwoLinesEdge

    A rectangle with two lines as an edge and one thin line as intersections

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

    VerticalIntersection

    A rectangle with only a vertical intersection

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

    VerticalIntersectionDouble

    A rectangle with only a vertical intersection

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

    VerticalIntersectionThick

    A rectangle with only a vertical intersection

    Declaration
    public static BorderSettings VerticalIntersectionThick { get; }
    Property Value
    Type Description
    BorderSettings
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX