Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.DragDrop Namespace : DraggedElementConfiguration Class |
The following tables list the members exposed by DraggedElementConfiguration.
Name | Description | |
---|---|---|
DraggedElementConfiguration Constructor | Initializes a new instance of the DraggedElementConfiguration class. |
Name | Description | |
---|---|---|
ApplyDraggedElementRenderTransformProperty | ||
CanDropCursorProperty | Identifies the CanDropCursor dependency property. | |
CanDropCursorTemplateProperty | Identifies the CanDropCursorTemplate dependency property. | |
DisplaySiblingElementsProperty | Identifies the DisplaySiblingElements dependency property. | |
ElementFadeInDurationProperty | Identifies the ElementFadeInDuration dependency property. | |
ElementFadeOutDurationProperty | Identifies the ElementFadeOutDuration dependency property. | |
ElementTemplateProperty | Identifies the ElementTemplate dependency property. | |
NoDropCursorProperty | Identifies the NoDropCursor dependency property. | |
NoDropCursorTemplateProperty | Identifies the NoDropCursorTemplate dependency property. | |
PositionAdornerRelativeToElementProperty | Identifies the PositionAdornerRelativeToElement dependency property. | |
SiblingElementTemplateProperty | Identifies the SiblingElementTemplate dependency property. |
Name | Description | |
---|---|---|
ApplyDraggedElementRenderTransform | Gets or sets a value that determines whether the dragged element render transform should be applied. | |
CanDropCursor | Gets or sets the cursor used to show that a drop operation can be performed. | |
CanDropCursorTemplate | Gets or sets the data template used to display the CanDropCursor when it is set to DragDropCursor.Custom. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DisplaySiblingElements | Gets a value that determines whether dragged elements that are siblings of the main element being dragged will be displayed. | |
ElementFadeInDuration | Gets or sets the duration of the dragged element's fade-in animation. | |
ElementFadeOutDuration | Gets or sets the duration of the dragged element's fade-out animation. | |
ElementTemplate | Gets or sets the data template used to display the dragged element. | |
NoDropCursor | Gets or sets the cursor used to show that a drop operation cannot be performed. | |
NoDropCursorTemplate | Gets or sets the data template used to display the NoDropCursor when it is set to DragDropCursor.Custom. | |
PositionAdornerRelativeToElement | Gets or sets a value that determines whether the dragged element is positioned underneath the adorner (the cursor). | |
SiblingElementTemplate | The data template used to display the dragged elements that are siblings of the main dragged element. |
Name | Description | |
---|---|---|
ClearValue | (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | (Inherited from System.Windows.DependencyObject) |