WpfFloatingWindowClient Class

DevZest WPF Docking

WpfFloatingWindowClient Class
Represents the client area to display a collection of FloatingWindow objects.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsItemsControl
                DevZest.Windows.Docking.PrimitivesWpfFloatingWindowClient

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[TemplatePartAttribute(Name = "PART_OverlayCanvas", Type = typeof(Canvas))]
public sealed class WpfFloatingWindowClient : ItemsControl
<TemplatePartAttribute(Name := "PART_OverlayCanvas", Type := GetType(Canvas))>
Public NotInheritable Class WpfFloatingWindowClient
	Inherits ItemsControl

The WpfFloatingWindowClient type exposes the following members.

Properties
  NameDescription
Public propertyDockControl
Gets the owner DockControl. This is a dependency property.
Top
Fields
  NameDescription
Public fieldStatic memberDockControlProperty
Identifies the DockControl dependency property.
Top
Remarks

The item container of WpfFloatingWindowClient is WpfFloatingWindow. The ItemsSource property binds to the FloatingWindows property of DockControl.

See Also