DevZest WPF Docking
ShowAsDockPositionAction Class |
Represents the action to show source DockItem as specified dock position.
Inheritance Hierarchy
SystemObject System.Windows.MarkupMarkupExtension
DevZest.Windows.DockingShowAction
DevZest.Windows.DockingShowAsDockPositionAction
DevZest.Windows.DockingShowAction
DevZest.Windows.DockingShowAsDockPositionAction
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The ShowAsDockPositionAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ShowAsDockPositionAction | Initializes a new instance of the ShowAsDockPositionAction class. |
Properties
Name | Description | |
---|---|---|
DockPosition | Gets for sets a value for the specified dock position. | |
ShowMethod | Gets or sets the show method for the action. (Inherited from ShowAction.) | |
Source | Gets or sets the source DockItem. (Inherited from ShowAction.) |
Remarks
This show action corresponds Show(DockControl, DockPosition, DockItemShowMethod) method.
See Also