Class BorderSettings
All border tools here
Inheritance
Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
Assembly: Terminaux.dll
Syntax
public class BorderSettings
Constructors
| Edit this page View SourceBorderSettings()
Makes a new instance of the border settings
Declaration
public BorderSettings()
BorderSettings(BorderSettings)
Makes a new instance of the border settings with the copied settings
Declaration
public BorderSettings(BorderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
BorderSettings | settings | Settings instance to copy settings from |
Properties
| Edit this page View SourceBorderBottomVerticalIntersectionChar
Bottom vertical intersection character
Declaration
public char BorderBottomVerticalIntersectionChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderBottomVerticalIntersectionEnabled
Bottom vertical intersection enabled
Declaration
public bool BorderBottomVerticalIntersectionEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderHorizontalIntersectionChar
Horizontal intersection character
Declaration
public char BorderHorizontalIntersectionChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderHorizontalIntersectionEnabled
Horizontal intersection enabled
Declaration
public bool BorderHorizontalIntersectionEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderLeftFrameChar
Left frame character
Declaration
public char BorderLeftFrameChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderLeftFrameEnabled
Left frame enabled
Declaration
public bool BorderLeftFrameEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderLeftHorizontalIntersectionChar
Left horizontal intersection character
Declaration
public char BorderLeftHorizontalIntersectionChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderLeftHorizontalIntersectionEnabled
Left horizontal intersection enabled
Declaration
public bool BorderLeftHorizontalIntersectionEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderLowerFrameChar
Lower frame character
Declaration
public char BorderLowerFrameChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderLowerFrameEnabled
Lower frame enabled
Declaration
public bool BorderLowerFrameEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderLowerLeftCornerChar
Lower left corner character
Declaration
public char BorderLowerLeftCornerChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderLowerLeftCornerEnabled
Lower left corner enabled
Declaration
public bool BorderLowerLeftCornerEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderLowerRightCornerChar
Lower right corner character
Declaration
public char BorderLowerRightCornerChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderLowerRightCornerEnabled
Lower right corner enabled
Declaration
public bool BorderLowerRightCornerEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderRightFrameChar
Right frame character
Declaration
public char BorderRightFrameChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderRightFrameEnabled
Right frame enabled
Declaration
public bool BorderRightFrameEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderRightHorizontalIntersectionChar
Right horizontal intersection character
Declaration
public char BorderRightHorizontalIntersectionChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderRightHorizontalIntersectionEnabled
Right horizontal intersection enabled
Declaration
public bool BorderRightHorizontalIntersectionEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderTopVerticalIntersectionChar
Top vertical intersection character
Declaration
public char BorderTopVerticalIntersectionChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderTopVerticalIntersectionEnabled
Top vertical intersection enabled
Declaration
public bool BorderTopVerticalIntersectionEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderUpperFrameChar
Upper frame character
Declaration
public char BorderUpperFrameChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderUpperFrameEnabled
Upper frame enabled
Declaration
public bool BorderUpperFrameEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderUpperLeftCornerChar
Upper left corner character
Declaration
public char BorderUpperLeftCornerChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderUpperLeftCornerEnabled
Upper left corner enabled
Declaration
public bool BorderUpperLeftCornerEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderUpperRightCornerChar
Upper right corner character
Declaration
public char BorderUpperRightCornerChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderUpperRightCornerEnabled
Upper right corner enabled
Declaration
public bool BorderUpperRightCornerEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderVerticalIntersectionChar
Vertical intersection character
Declaration
public char BorderVerticalIntersectionChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderVerticalIntersectionEnabled
Vertical intersection enabled
Declaration
public bool BorderVerticalIntersectionEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BorderWholeIntersectionChar
Whole intersection character
Declaration
public char BorderWholeIntersectionChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderWholeIntersectionEnabled
Whole intersection enabled
Declaration
public bool BorderWholeIntersectionEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
GlobalSettings
Global border settings
Declaration
public static BorderSettings GlobalSettings { get; }
Property Value
Type | Description |
---|---|
BorderSettings |