Class BorderSettings
All border tools here
Inheritance
Namespace
Syntax
public class BorderSettings
Constructors
BorderSettings()
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
| Name | Type | Description |
|---|---|---|
| settings | BorderSettings | Settings instance to copy settings from |
Properties
BorderBottomVerticalIntersectionChar
Bottom vertical intersection character
Property Value
Declaration
public char BorderBottomVerticalIntersectionChar { get; set; }
BorderBottomVerticalIntersectionEnabled
Bottom vertical intersection enabled
Property Value
Declaration
public bool BorderBottomVerticalIntersectionEnabled { get; set; }
BorderHorizontalIntersectionChar
Horizontal intersection character
Property Value
Declaration
public char BorderHorizontalIntersectionChar { get; set; }
BorderHorizontalIntersectionEnabled
Horizontal intersection enabled
Property Value
Declaration
public bool BorderHorizontalIntersectionEnabled { get; set; }
BorderLeftFrameChar
Left frame character
Property Value
Declaration
public char BorderLeftFrameChar { get; set; }
BorderLeftFrameEnabled
Left frame enabled
Property Value
Declaration
public bool BorderLeftFrameEnabled { get; set; }
BorderLeftHorizontalIntersectionChar
Left horizontal intersection character
Property Value
Declaration
public char BorderLeftHorizontalIntersectionChar { get; set; }
BorderLeftHorizontalIntersectionEnabled
Left horizontal intersection enabled
Property Value
Declaration
public bool BorderLeftHorizontalIntersectionEnabled { get; set; }
BorderLowerFrameChar
Lower frame character
Property Value
Declaration
public char BorderLowerFrameChar { get; set; }
BorderLowerFrameEnabled
Lower frame enabled
Property Value
Declaration
public bool BorderLowerFrameEnabled { get; set; }
BorderLowerLeftCornerChar
Lower left corner character
Property Value
Declaration
public char BorderLowerLeftCornerChar { get; set; }
BorderLowerLeftCornerEnabled
Lower left corner enabled
Property Value
Declaration
public bool BorderLowerLeftCornerEnabled { get; set; }
BorderLowerRightCornerChar
Lower right corner character
Property Value
Declaration
public char BorderLowerRightCornerChar { get; set; }
BorderLowerRightCornerEnabled
Lower right corner enabled
Property Value
Declaration
public bool BorderLowerRightCornerEnabled { get; set; }
BorderRightFrameChar
Right frame character
Property Value
Declaration
public char BorderRightFrameChar { get; set; }
BorderRightFrameEnabled
Right frame enabled
Property Value
Declaration
public bool BorderRightFrameEnabled { get; set; }
BorderRightHorizontalIntersectionChar
Right horizontal intersection character
Property Value
Declaration
public char BorderRightHorizontalIntersectionChar { get; set; }
BorderRightHorizontalIntersectionEnabled
Right horizontal intersection enabled
Property Value
Declaration
public bool BorderRightHorizontalIntersectionEnabled { get; set; }
BorderTopVerticalIntersectionChar
Top vertical intersection character
Property Value
Declaration
public char BorderTopVerticalIntersectionChar { get; set; }
BorderTopVerticalIntersectionEnabled
Top vertical intersection enabled
Property Value
Declaration
public bool BorderTopVerticalIntersectionEnabled { get; set; }
BorderUpperFrameChar
Upper frame character
Property Value
Declaration
public char BorderUpperFrameChar { get; set; }
BorderUpperFrameEnabled
Upper frame enabled
Property Value
Declaration
public bool BorderUpperFrameEnabled { get; set; }
BorderUpperLeftCornerChar
Upper left corner character
Property Value
Declaration
public char BorderUpperLeftCornerChar { get; set; }
BorderUpperLeftCornerEnabled
Upper left corner enabled
Property Value
Declaration
public bool BorderUpperLeftCornerEnabled { get; set; }
BorderUpperRightCornerChar
Upper right corner character
Property Value
Declaration
public char BorderUpperRightCornerChar { get; set; }
BorderUpperRightCornerEnabled
Upper right corner enabled
Property Value
Declaration
public bool BorderUpperRightCornerEnabled { get; set; }
BorderVerticalIntersectionChar
Vertical intersection character
Property Value
Declaration
public char BorderVerticalIntersectionChar { get; set; }
BorderVerticalIntersectionEnabled
Vertical intersection enabled
Property Value
Declaration
public bool BorderVerticalIntersectionEnabled { get; set; }
BorderWholeIntersectionChar
Whole intersection character
Property Value
Declaration
public char BorderWholeIntersectionChar { get; set; }
BorderWholeIntersectionEnabled
Whole intersection enabled
Property Value
Declaration
public bool BorderWholeIntersectionEnabled { get; set; }
GlobalSettings
Global border settings