Internal class. Override the style with the WindowStyle property.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public class C1DockWindow : C1Window, 
	IWindow
Visual Basic
Public Class C1DockWindow _
	Inherits C1Window _
	Implements IWindow

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1HeaderedContentControl
              C1Window
                C1.Silverlight.Docking..::..C1DockWindow

See Also