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

In This Topic
    C1LinePanel Class
    In This Topic
    C1LinePanel arranges a list of items in a single row or column.
    Object Model
    C1LinePanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class C1LinePanel 
       Inherits System.Windows.Controls.Panel
    [ContentProperty("Children", true)]
    public class C1LinePanel : System.Windows.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   C1.Silverlight.C1LinePanel

    See Also