WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridTreeLine Enumeration
In This Topic
    GridTreeLine Enumeration
    In This Topic
    Specified the different types of tree lines.
    Syntax
    public enum GridTreeLine : System.Enum 
    Members
    MemberDescription
    HalfHorizontalHorizontal line starting at the center and ending at the right.
    HalfVerticalVertical line starting at the center and ending at the bottom.
    HorizontalHorizontal tree-line.
    NoneNone tree-line.
    NorthEastElbowElbow starting at the center-top and ending at the center-right.
    TeeT tree-line.
    VerticalVertical tree-line.
    WeastSouthElbowElbow starting at the center-left and ending at the center-bottom.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Grid.GridTreeLine

    See Also