Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class C1DockPanel : Panel
Visual Basic
Public Class C1DockPanel _
	Inherits Panel
XAML Object Element Usage
<C1DockPanel .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          C1.Phone..::..C1DockPanel

See Also