Xceed DataGrid for Silverlight Documentation
ApplyDraggedElementRenderTransform Property


Gets or sets a value that determines whether the dragged element render transform should be applied.
Syntax
'Declaration
 
Public Property ApplyDraggedElementRenderTransform As Boolean
'Usage
 
Dim instance As DraggedElementConfiguration
Dim value As Boolean
 
instance.ApplyDraggedElementRenderTransform = value
 
value = instance.ApplyDraggedElementRenderTransform
public bool ApplyDraggedElementRenderTransform {get; set;}

Property Value

true if the dragged element render transform should be applied; 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