Responder Developer Guide
DragAdorner Constructor(Object,UIElement,Double,DataTemplate)


Syntax
'Declaration
 
Public Function New( _
   ByVal dragDropData As Object, _
   ByVal adornedElement As UIElement, _
   ByVal opacity As Double, _
   ByVal dragDropTemplate As DataTemplate _
)
'Usage
 
Dim dragDropData As Object
Dim adornedElement As UIElement
Dim opacity As Double
Dim dragDropTemplate As DataTemplate
 
Dim instance As New DragAdorner(dragDropData, adornedElement, opacity, dragDropTemplate)
public DragAdorner( 
   object dragDropData,
   UIElement adornedElement,
   double opacity,
   DataTemplate dragDropTemplate
)

Parameters

dragDropData
adornedElement
opacity
dragDropTemplate
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DragAdorner Class
DragAdorner Members
Overload List

 

 


Send Comment