ShowAsFloatingAction Class
From DevZest WPF Docking
DevZest WPF Docking
| ShowAsFloatingAction Class |
Represents the action to show source DockItem as floating window.
SystemObject System.Windows.MarkupMarkupExtension
DevZest.Windows.DockingShowAction
DevZest.Windows.DockingShowAsFloatingAction
DevZest.Windows.DockingShowAction
DevZest.Windows.DockingShowAsFloatingAction
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
The ShowAsFloatingAction type exposes the following members.
| Name | Description | |
|---|---|---|
| ShowAsFloatingAction | Initializes a new instance of the ShowAsFloatingAction class. |
| Name | Description | |
|---|---|---|
| Height | Gets or sets the height of the floating window. | |
| Left | Gets or sets the position of the floating window's left edge, in relation to the desktop. | |
| ShowMethod | Gets or sets the show method for the action. (Inherited from ShowAction.) | |
| Source | Gets or sets the source DockItem. (Inherited from ShowAction.) | |
| Top | Gets or sets the position of the floating window's top edge, in relation to the desktop. | |
| Width | Gets or sets the width of the floating window. |
This show action corresponds Show(DockControl, Rect, DockItemShowMethod) method.