Class BorderSettings
All border tools here
Inheritance
object
BorderSettings
Namespace: Terminaux.Writer.FancyWriters.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 SourceBorderLeftFrameChar
Left frame character
Declaration
public char BorderLeftFrameChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderLowerFrameChar
Lower frame character
Declaration
public char BorderLowerFrameChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderLowerLeftCornerChar
Lower left corner character
Declaration
public char BorderLowerLeftCornerChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderLowerRightCornerChar
Lower right corner character
Declaration
public char BorderLowerRightCornerChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderRightFrameChar
Right frame character
Declaration
public char BorderRightFrameChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderUpperFrameChar
Upper frame character
Declaration
public char BorderUpperFrameChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderUpperLeftCornerChar
Upper left corner character
Declaration
public char BorderUpperLeftCornerChar { get; set; }
Property Value
Type | Description |
---|---|
char |
BorderUpperRightCornerChar
Upper right corner character
Declaration
public char BorderUpperRightCornerChar { get; set; }
Property Value
Type | Description |
---|---|
char |
GlobalSettings
Global border settings
Declaration
public static BorderSettings GlobalSettings { get; }
Property Value
Type | Description |
---|---|
BorderSettings |