TreeLineStyle
Enum
Defines the style of the lines between the nodes in a RadTreeView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum TreeLineStyle
Fields
Specifies a line consisting of dashes.
C#
Dash = 1
Specifies a line consisting of a repeating pattern of dash-dot.
C#
DashDot = 3
Specifies a line consisting of a repeating pattern of dash-dot-dot.
C#
DashDotDot = 4
Specifies a line consisting of dots.
C#
Dot = 2
Specifies a solid line.
C#
Solid = 0