ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / DropHandlerBase Class / CreateDragAdorner Method

In This Topic
    CreateDragAdorner Method (DropHandlerBase)
    In This Topic
    Allows the creation of a custom drag adorner
    Syntax
    Public Overridable Function CreateDragAdorner( _
       ByVal template As DataTemplate _
    ) As UIElement
    public virtual UIElement CreateDragAdorner( 
       DataTemplate template
    )

    Parameters

    template
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also