Search Results for

    Show / Hide Table of Contents

    Class BorderSettings

    All border tools here

    Inheritance
    object
    BorderSettings
    Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
    Assembly: Terminaux.dll
    Syntax
    public class BorderSettings

    Constructors

    | Edit this page View Source

    BorderSettings()

    Makes a new instance of the border settings

    Declaration
    public BorderSettings()
    | Edit this page View Source

    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 Source

    BorderBottomVerticalIntersectionChar

    Bottom vertical intersection character

    Declaration
    public char BorderBottomVerticalIntersectionChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderBottomVerticalIntersectionEnabled

    Bottom vertical intersection enabled

    Declaration
    public bool BorderBottomVerticalIntersectionEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderHorizontalIntersectionChar

    Horizontal intersection character

    Declaration
    public char BorderHorizontalIntersectionChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderHorizontalIntersectionEnabled

    Horizontal intersection enabled

    Declaration
    public bool BorderHorizontalIntersectionEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderLeftFrameChar

    Left frame character

    Declaration
    public char BorderLeftFrameChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderLeftFrameEnabled

    Left frame enabled

    Declaration
    public bool BorderLeftFrameEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderLeftHorizontalIntersectionChar

    Left horizontal intersection character

    Declaration
    public char BorderLeftHorizontalIntersectionChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderLeftHorizontalIntersectionEnabled

    Left horizontal intersection enabled

    Declaration
    public bool BorderLeftHorizontalIntersectionEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderLowerFrameChar

    Lower frame character

    Declaration
    public char BorderLowerFrameChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderLowerFrameEnabled

    Lower frame enabled

    Declaration
    public bool BorderLowerFrameEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderLowerLeftCornerChar

    Lower left corner character

    Declaration
    public char BorderLowerLeftCornerChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderLowerLeftCornerEnabled

    Lower left corner enabled

    Declaration
    public bool BorderLowerLeftCornerEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderLowerRightCornerChar

    Lower right corner character

    Declaration
    public char BorderLowerRightCornerChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderLowerRightCornerEnabled

    Lower right corner enabled

    Declaration
    public bool BorderLowerRightCornerEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderRightFrameChar

    Right frame character

    Declaration
    public char BorderRightFrameChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderRightFrameEnabled

    Right frame enabled

    Declaration
    public bool BorderRightFrameEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderRightHorizontalIntersectionChar

    Right horizontal intersection character

    Declaration
    public char BorderRightHorizontalIntersectionChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderRightHorizontalIntersectionEnabled

    Right horizontal intersection enabled

    Declaration
    public bool BorderRightHorizontalIntersectionEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderTopVerticalIntersectionChar

    Top vertical intersection character

    Declaration
    public char BorderTopVerticalIntersectionChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderTopVerticalIntersectionEnabled

    Top vertical intersection enabled

    Declaration
    public bool BorderTopVerticalIntersectionEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderUpperFrameChar

    Upper frame character

    Declaration
    public char BorderUpperFrameChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderUpperFrameEnabled

    Upper frame enabled

    Declaration
    public bool BorderUpperFrameEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderUpperLeftCornerChar

    Upper left corner character

    Declaration
    public char BorderUpperLeftCornerChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderUpperLeftCornerEnabled

    Upper left corner enabled

    Declaration
    public bool BorderUpperLeftCornerEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderUpperRightCornerChar

    Upper right corner character

    Declaration
    public char BorderUpperRightCornerChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderUpperRightCornerEnabled

    Upper right corner enabled

    Declaration
    public bool BorderUpperRightCornerEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderVerticalIntersectionChar

    Vertical intersection character

    Declaration
    public char BorderVerticalIntersectionChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderVerticalIntersectionEnabled

    Vertical intersection enabled

    Declaration
    public bool BorderVerticalIntersectionEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BorderWholeIntersectionChar

    Whole intersection character

    Declaration
    public char BorderWholeIntersectionChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    BorderWholeIntersectionEnabled

    Whole intersection enabled

    Declaration
    public bool BorderWholeIntersectionEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    GlobalSettings

    Global border settings

    Declaration
    public static BorderSettings GlobalSettings { get; }
    Property Value
    Type Description
    BorderSettings
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX