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
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
The WpfFloatingWindow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WpfFloatingWindow | Initializes a new instance of the WpfFloatingWindow class |
Properties
Name | Description | |
---|---|---|
ActualLeft | Gets the actual left position of this WindowControl. (Inherited from WindowControl.) | |
ActualTop | Gets the actual top position of this WindowControl. (Inherited from WindowControl.) | |
DoubleClickCommand | Gets or sets the double click command being invoked. This is a dependency property. | |
Left | 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.) | |
Top | 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.) |
Methods
Name | Description | |
---|---|---|
EnsureVisibleLocation | Gets the adjusted location to ensure the window is visible in its container. (Inherited from WindowControl.) |
Fields
Name | Description | |
---|---|---|
DoubleClickCommandProperty | Identifies the DoubleClickCommand dependency property. |
Remarks
WpfFloatingWindow is the item container of WpfFloatingWindowClient. Its Content property is set to a instance of FloatingWindow object.
See Also