ShowAsDockPositionAction Class

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

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public sealed class ShowAsDockPositionAction : ShowAction
Public NotInheritable Class ShowAsDockPositionAction
	Inherits ShowAction

The ShowAsDockPositionAction type exposes the following members.

Constructors
  NameDescription
Public methodShowAsDockPositionAction
Initializes a new instance of the ShowAsDockPositionAction class.
Top
Properties
  NameDescription
Public propertyDockPosition
Gets for sets a value for the specified dock position.
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.)
Top
Remarks
This show action corresponds Show(DockControl, DockPosition, DockItemShowMethod) method.
See Also