Search Results for

    Show / Hide Table of Contents

    Class TabView.TabStyle

    Describes render stylistic selections of a TabView
    Inheritance
    object
    TabView.TabStyle
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class TabView.TabStyle

    Properties

    | Edit this page View Source

    ShowBorder

    True to show a solid box around the edge of the control. Defaults to true.
    Declaration
    public bool ShowBorder { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ShowTopLine

    True to show the top lip of tabs. False to directly begin with tab text during rendering. When true header line occupies 3 rows, when false only 2. Defaults to true.

    When TabsOnBottom is enabled this instead applies to the bottommost line of the control

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

    TabsOnBottom

    True to render tabs at the bottom of the view instead of the top
    Declaration
    public bool TabsOnBottom { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX