WpfFloatingWindow Class

DevZest WPF Docking

WpfFloatingWindow Class
Represents the visual presentation of a FloatingWindow object in WpfFloatingWindowClient.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                DevZest.WindowsWindowControl
                  DevZest.Windows.Docking.PrimitivesWpfFloatingWindow

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public class WpfFloatingWindow : WindowControl
Public Class WpfFloatingWindow
	Inherits WindowControl

The WpfFloatingWindow type exposes the following members.

Constructors
  NameDescription
Public methodWpfFloatingWindow
Initializes a new instance of the WpfFloatingWindow class
Top
Properties
  NameDescription
Public propertyActualLeft
Gets the actual left position of this WindowControl.
(Inherited from WindowControl.)
Public propertyActualTop
Gets the actual top position of this WindowControl.
(Inherited from WindowControl.)
Public propertyDoubleClickCommand
Gets or sets the double click command being invoked. This is a dependency property.
Public propertyLeft
Gets or sets a value that represents the distance between the left side of WindowControl and the left side of its parent WindowPanel. This is a dependency property.
(Inherited from WindowControl.)
Public propertyTop
Gets or sets a value that represents the distance between the top side of WindowControl and the top side of its parent WindowPanel. This is a dependency property.
(Inherited from WindowControl.)
Top
Methods
  NameDescription
Protected methodEnsureVisibleLocation
Gets the adjusted location to ensure the window is visible in its container.
(Inherited from WindowControl.)
Top
Fields
  NameDescription
Public fieldStatic memberDoubleClickCommandProperty
Identifies the DoubleClickCommand dependency property.
Top
Remarks

WpfFloatingWindow is the item container of WpfFloatingWindowClient. Its Content property is set to a instance of FloatingWindow object.

See Also