'Declaration Public Enum DropTargetType Inherits System.Enum
'Usage Dim instance As DropTargetType
public enum DropTargetType : System.Enum
Represents the type of a drop target.
'Declaration Public Enum DropTargetType Inherits System.Enum
'Usage Dim instance As DropTargetType
public enum DropTargetType : System.Enum
Member | Description |
---|---|
AnchorablePaneDockBottom | Drop target is below an anchorable pane. |
AnchorablePaneDockInside | Drop target is inside an anchorable pane. (Anchorable will be added to the containing pane.) |
AnchorablePaneDockLeft | Drop target is to the left of an anchorable pane. |
AnchorablePaneDockRight | Drop target is to the right of an anchorable pane. |
AnchorablePaneDockTop | Drop target is above an anchorable pane. |
DockingManagerDockBottom | Drop target is below all of the other document or anchorable panes. |
DockingManagerDockLeft | Drop target is to the left of all of the other document or anchorable panes. |
DockingManagerDockRight | Drop target is to the right of all of the other document or anchorable panes. |
DockingManagerDockTop | Drop target is above all of the other document or anchorable panes. |
DocumentPaneDockAsAnchorableBottom | Drop target is below a document pane. Dropped item will be docked as an anchorable. |
DocumentPaneDockAsAnchorableLeft | Drop target is to the left of a document pane. Dropped item will be docked as an anchorable. |
DocumentPaneDockAsAnchorableRight | Drop target is to the right of a document pane. Dropped item will be docked as an anchorable. |
DocumentPaneDockAsAnchorableTop | Drop target is above a document pane. Dropped item will be docked as an anchorable. |
DocumentPaneDockBottom | Drop target is below a document pane. |
DocumentPaneDockInside | Drop target is inside a document. (Document will be added to the containing pane.) |
DocumentPaneDockLeft | Drop target is to the left of a document pane. |
DocumentPaneDockRight | Drop target is to the right of a document pane. |
DocumentPaneDockTop | Drop target is above a document pane. |
DocumentPaneGroupDockInside | Drop target is within a document group pane. (Document will be added to the pane group.) |
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.
System.Object
System.ValueType
System.Enum
Xceed.Wpf.AvalonDock.Controls.DropTargetType
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