Vertical connecting line.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
[TemplatePartAttribute(Name = "Line", Type = typeof(Shape))]
public class C1TreeViewLine : Control
Visual Basic
<TemplatePartAttribute(Name := "Line", Type := GetType(Shape))> _
Public Class C1TreeViewLine _
	Inherits Control

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              C1.WPF..::..C1TreeViewLine

See Also