ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DropTargetAdorner Class
Members

In This Topic
    DropTargetAdorner Class
    In This Topic
    Represents a drop target adorner. This is an abstract class.
    Object Model
    DropTargetAdorner ClassDropInfo Class
    Syntax
    Remarks
    Drop targets adorners are the UI elements that appear over a valid drop target. Leaf classes typically override OnRender.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Documents.Adorner
                         ArcGIS.Desktop.Framework.DragDrop.DropTargetAdorner

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also