C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridTreeLine Enumeration

GridTreeLine Enumeration
Specified the different types of tree lines.
Syntax
'Declaration
 
Public Enum GridTreeLine 
   Inherits 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.WPF.Grid.GridTreeLine

See Also