Class PredefinedBorders
Pre-defined border list class
Inheritance
Namespace
Syntax
public static class PredefinedBorders
Properties
Default
Default border settings (a curved rectangle)
HorizontalIntersection
A rectangle with only a horizontal intersection
Property Value
Declaration
public static BorderSettings HorizontalIntersection { get; }
HorizontalIntersectionDouble
A rectangle with only a horizontal intersection
Property Value
Declaration
public static BorderSettings HorizontalIntersectionDouble { get; }
HorizontalIntersectionThick
A rectangle with only a horizontal intersection
Property Value
Declaration
public static BorderSettings HorizontalIntersectionThick { get; }
Intersections
A rectangle with both horizontal and vertical intersections
IntersectionsDouble
A rectangle with both horizontal and vertical intersections
IntersectionsThick
A rectangle with both horizontal and vertical intersections
RectangleSimple
A rectangle using dashes, pipe, and plus signs as edges and borders
RectangleThick
A rectangle with a thick line as edges and corners
RectangleThickEdge
A rectangle with a thick line as edges and a thin line as intersections
RectangleThin
A rectangle with a thin line as edges and corners
RectangleTwoLines
A rectangle with two lines as edges and corners
RectangleTwoLinesEdge
A rectangle with two lines as an edge and one thin line as intersections
Property Value
Declaration
public static BorderSettings RectangleTwoLinesEdge { get; }
VerticalIntersection
A rectangle with only a vertical intersection
Property Value
Declaration
public static BorderSettings VerticalIntersection { get; }
VerticalIntersectionDouble
A rectangle with only a vertical intersection
Property Value
Declaration
public static BorderSettings VerticalIntersectionDouble { get; }
VerticalIntersectionThick
A rectangle with only a vertical intersection
Property Value
Declaration
public static BorderSettings VerticalIntersectionThick { get; }