ArcGIS Pro 2.6 API Reference Guide
GetDragAdornerTemplate Method

ArcGIS.Desktop.Framework.DragDrop Namespace > DragDrop Class : GetDragAdornerTemplate Method
The UI element.
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 10, Windows 8.1, Windows 7

See Also

Reference

DragDrop Class
DragDrop Members