Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TreeViewLinePanel Class
Members

In This Topic
    C1TreeViewLinePanel Class
    In This Topic
    A Panel which contains the vertical lines.
    Object Model
    C1TreeViewLinePanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class C1TreeViewLinePanel 
       Inherits System.Windows.Controls.Canvas
    [ContentProperty("Children", true)]
    public class C1TreeViewLinePanel : System.Windows.Controls.Canvas 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   System.Windows.Controls.Canvas
                      C1.Silverlight.C1TreeViewLinePanel

    See Also