Vertical connecting line.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Silverlight..::..C1TreeViewLine

See Also