'DeclarationPublic Enum OverlayWindowDropTargetType Inherits System.Enum
'UsageDim instance As OverlayWindowDropTargetType
public enum OverlayWindowDropTargetType : System.Enum
'DeclarationPublic Enum OverlayWindowDropTargetType Inherits System.Enum
'UsageDim instance As OverlayWindowDropTargetType
public enum OverlayWindowDropTargetType : System.Enum
| Member | Value | Description |
|---|---|---|
| AnchorablePaneDockBottom | 12 | Drop target is below an anchorable pane. |
| AnchorablePaneDockInside | 13 | Drop target is inside an anchorable pane. |
| AnchorablePaneDockLeft | 9 | Drop target is to the left of an anchorable pane. |
| AnchorablePaneDockRight | 11 | Drop target is to the right of an anchorable pane. |
| AnchorablePaneDockTop | 10 | Drop target is above an anchorable pane. |
| DockingManagerDockBottom | 3 | Drop target is at the bottom of the docking manager. |
| DockingManagerDockLeft | 0 | Drop target is on the left of the docking manager. |
| DockingManagerDockRight | 2 | Drop target is on the right of the docking manager. |
| DockingManagerDockTop | 1 | Drop target is at the top of the docking manager. |
| DocumentPaneDockBottom | 7 | Drop target is below a document pane. |
| DocumentPaneDockInside | 8 | Drop target is inside a document pane. |
| DocumentPaneDockLeft | 4 | Drop target is to the left of a document pane. |
| DocumentPaneDockRight | 6 | Drop target is to the right of a document pane. |
| DocumentPaneDockTop | 5 | Drop target is above a document pane. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.AvalonDock.Controls.OverlayWindowDropTargetType
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.