ArcGIS Pro 2.8 API Reference Guide
SetDragAdornerTemplate Method

ArcGIS.Desktop.Framework.DragDrop Namespace > DragDrop Class : SetDragAdornerTemplate Method
The UI element.
The adorner template.
Sets the drag adorner for the specified UI element.
Syntax
public static void SetDragAdornerTemplate( 
   UIElement target,
   DataTemplate value
)
Public Shared Sub SetDragAdornerTemplate( _
   ByVal target As UIElement, _
   ByVal value As DataTemplate _
) 

Parameters

target
The UI element.
value
The adorner template.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DragDrop Class
DragDrop Members