ShowAsFloatingAction Class

DevZest WPF Docking

ShowAsFloatingAction Class
Represents the action to show source DockItem as floating window.
Inheritance Hierarchy
SystemObject  System.Windows.MarkupMarkupExtension
    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)
Syntax
public sealed class ShowAsFloatingAction : ShowAction
Public NotInheritable Class ShowAsFloatingAction
	Inherits ShowAction

The ShowAsFloatingAction type exposes the following members.

Constructors
  NameDescription
Public methodShowAsFloatingAction
Initializes a new instance of the ShowAsFloatingAction class.
Top
Properties
  NameDescription
Public propertyHeight
Gets or sets the height of the floating window.
Public propertyLeft
Gets or sets the position of the floating window's left edge, in relation to the desktop.
Public propertyShowMethod
Gets or sets the show method for the action.
(Inherited from ShowAction.)
Public propertySource
Gets or sets the source DockItem.
(Inherited from ShowAction.)
Public propertyTop
Gets or sets the position of the floating window's top edge, in relation to the desktop.
Public propertyWidth
Gets or sets the width of the floating window.
Top
Remarks
This show action corresponds Show(DockControl, Rect, DockItemShowMethod) method.
See Also