A panel that arranges its children against its edges.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class DockPanel : Panel
Visual Basic
Public Class DockPanel _
	Inherits Panel
Visual C++
public ref class DockPanel : public Panel

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          Mindscape.SilverlightElements..::..DockPanel

See Also