ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragDrop Class / SetDragAdornerTemplate Method
The UI element.
The adorner template.

In This Topic
    SetDragAdornerTemplate Method
    In This Topic
    Sets the drag adorner for the specified UI element.
    Syntax
    Public Shared Sub SetDragAdornerTemplate( _
       ByVal target As UIElement, _
       ByVal value As DataTemplate _
    ) 
    public static void SetDragAdornerTemplate( 
       UIElement target,
       DataTemplate value
    )

    Parameters

    target
    The UI element.
    value
    The adorner template.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also