Table of Contents

Enum DropAreaType

Namespace
HeBianGu.Control.Dock.Controls
Assembly
HeBianGu.Control.Dock.dll

Determines the type of drop area of a FrameworkElement that may be valid as a drop target of a drag and drop operation.

public enum DropAreaType
Extension Methods

Fields

AnchorablePane = 3

This type of drop area identifies a LayoutAnchorablePaneControl.

DockingManager = 0

This type of drop area identifies a DockingManager which is the visual root of the HeBianGu.Control.Dock control library.

DocumentPane = 1

This type of drop area identifies a LayoutDocumentPaneControl.

DocumentPaneGroup = 2

This type of drop area identifies a LayoutDocumentPaneGroupControl.