Xceed Ultimate ListBox for Silverlight Documentation
ApplyDraggedElementRenderTransform Property


Gets or sets a value that determines whether the dragged element render transform should be applied.
Syntax
Public Property ApplyDraggedElementRenderTransform As Boolean
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DraggedElementConfiguration Class
DraggedElementConfiguration Members

Send Feedback