Class PredefinedBorders
Pre-defined border list class
Inheritance
Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
Assembly: Terminaux.dll
Syntax
public static class PredefinedBorders
Properties
| Edit this page View SourceDefault
Default border settings (a curved rectangle)
Declaration
public static BorderSettings Default { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
HorizontalIntersection
A rectangle with only a horizontal intersection
Declaration
public static BorderSettings HorizontalIntersection { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
HorizontalIntersectionDouble
A rectangle with only a horizontal intersection
Declaration
public static BorderSettings HorizontalIntersectionDouble { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
HorizontalIntersectionThick
A rectangle with only a horizontal intersection
Declaration
public static BorderSettings HorizontalIntersectionThick { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
Intersections
A rectangle with both horizontal and vertical intersections
Declaration
public static BorderSettings Intersections { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
IntersectionsDouble
A rectangle with both horizontal and vertical intersections
Declaration
public static BorderSettings IntersectionsDouble { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
IntersectionsThick
A rectangle with both horizontal and vertical intersections
Declaration
public static BorderSettings IntersectionsThick { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
RectangleSimple
A rectangle using dashes, pipe, and plus signs as edges and borders
Declaration
public static BorderSettings RectangleSimple { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
RectangleThick
A rectangle with a thick line as edges and corners
Declaration
public static BorderSettings RectangleThick { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
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 |
RectangleThin
A rectangle with a thin line as edges and corners
Declaration
public static BorderSettings RectangleThin { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
RectangleTwoLines
A rectangle with two lines as edges and corners
Declaration
public static BorderSettings RectangleTwoLines { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
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 |
VerticalIntersection
A rectangle with only a vertical intersection
Declaration
public static BorderSettings VerticalIntersection { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
VerticalIntersectionDouble
A rectangle with only a vertical intersection
Declaration
public static BorderSettings VerticalIntersectionDouble { get; }
Property Value
Type | Description |
---|---|
BorderSettings |
VerticalIntersectionThick
A rectangle with only a vertical intersection
Declaration
public static BorderSettings VerticalIntersectionThick { get; }
Property Value
Type | Description |
---|---|
BorderSettings |