ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragDrop Class / GetDragAdornerTemplate Method
The UI element.

In This Topic
    GetDragAdornerTemplate Method
    In This Topic
    Gets the drag adorner for the specified UI element.
    Syntax
    public static DataTemplate GetDragAdornerTemplate( 
       UIElement target
    )
    Public Shared Function GetDragAdornerTemplate( _
       ByVal target As UIElement _
    ) As DataTemplate

    Parameters

    target
    The UI element.

    Return Value

    The adorner template.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also