Xceed Toolkit Plus for WPF v4.6 Documentation
DropTargetType Enumeration


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Controls Namespace : DropTargetType Enumeration

Represents the type of a drop target.

Syntax
'Declaration
 
Public Enum DropTargetType 
   Inherits System.Enum
'Usage
 
Dim instance As DropTargetType
public enum DropTargetType : System.Enum 
Members
MemberDescription
AnchorablePaneDockBottomDrop target is below an anchorable pane.
AnchorablePaneDockInsideDrop target is inside an anchorable pane. (Anchorable will be added to the containing pane.)
AnchorablePaneDockLeftDrop target is to the left of an anchorable pane.
AnchorablePaneDockRightDrop target is to the right of an anchorable pane.
AnchorablePaneDockTopDrop target is above an anchorable pane.
DockingManagerDockBottomDrop target is below all of the other document or anchorable panes.
DockingManagerDockLeftDrop target is to the left of all of the other document or anchorable panes.
DockingManagerDockRightDrop target is to the right of all of the other document or anchorable panes.
DockingManagerDockTopDrop target is above all of the other document or anchorable panes.
DocumentPaneDockAsAnchorableBottomDrop target is below a document pane. Dropped item will be docked as an anchorable.
DocumentPaneDockAsAnchorableLeftDrop target is to the left of a document pane. Dropped item will be docked as an anchorable.
DocumentPaneDockAsAnchorableRightDrop target is to the right of a document pane. Dropped item will be docked as an anchorable.
DocumentPaneDockAsAnchorableTopDrop target is above a document pane. Dropped item will be docked as an anchorable.
DocumentPaneDockBottomDrop target is below a document pane.
DocumentPaneDockInsideDrop target is inside a document. (Document will be added to the containing pane.)
DocumentPaneDockLeftDrop target is to the left of a document pane.
DocumentPaneDockRightDrop target is to the right of a document pane.
DocumentPaneDockTopDrop target is above a document pane.
DocumentPaneGroupDockInsideDrop target is within a document group pane. (Document will be added to the pane group.)
Remarks

These values correpond to the visual cues displayed when dragging a document or an anchorable over AvalonDock: dropping a document or an anchorable on top of a cue results in the dragged item being docked, etc., as indicated by the visual cue.

Dropping a content element on the center drop target over another content element adds it to a pane. For example, dropping an anchorable on this target moves it into a LayoutAnchorablePane.

Dropping a content element to the left/right or top/bottom of a center drop target instead creates a new LayoutAnchorablePane or LayoutDocumentPane in the appropriate position (in a new LayoutAnchorablePaneGroup, if necessary). Dropping it to the left/right sets LayoutAnchorablePaneGroup.Orientation to Vertical; to the top/bottom sets it to Horizontal.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.AvalonDock.Controls.DropTargetType

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Wpf.AvalonDock.Controls Namespace