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

In This Topic
    C1DockPanel Class
    In This Topic
    Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
    Object Model
    C1DockPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class C1DockPanel 
       Inherits System.Windows.Controls.Panel
    [ContentProperty("Children", true)]
    public class C1DockPanel : System.Windows.Controls.Panel 
    Inheritance Hierarchy

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

    See Also