Xceed DataGrid for Silverlight Documentation
PositionAdornerRelativeToElement Property


Gets or sets a value that determines whether the dragged element is positioned underneath the adorner (the cursor).
Syntax
'Declaration
 
Public Property PositionAdornerRelativeToElement As Boolean
'Usage
 
Dim instance As DraggedElementConfiguration
Dim value As Boolean
 
instance.PositionAdornerRelativeToElement = value
 
value = instance.PositionAdornerRelativeToElement
public bool PositionAdornerRelativeToElement {get; set;}

Property Value

true if the dragged element is positioned underneath the adorner (the cursor); false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DraggedElementConfiguration Class
DraggedElementConfiguration Members

Send Feedback