Class DragVisualProviderState
Inheritance
Namespace: Telerik.Windows.DragDrop.Behaviors
Assembly: Telerik.Windows.Controls.dll
Syntax
public class DragVisualProviderState : Object
Constructors
DragVisualProviderState(Point, IEnumerable, IEnumerable<DependencyObject>, FrameworkElement)
Initializes a new instance of the Drag
Declaration
public DragVisualProviderState(Point relativeStartPoint, IEnumerable draggedItems, IEnumerable<DependencyObject> draggedItemContainers, FrameworkElement host)
Parameters
System. The cursor offset relative to the drag source. |
System. The dragged items. |
System. The dragged item containers. |
System. The items host control. |
Properties
DraggedItemContainers
Gets the containers for the dragged items.
Declaration
public IEnumerable<DependencyObject> DraggedItemContainers { get; }
Property Value
System.
|
DraggedItems
Gets the dragged items.
Declaration
public IEnumerable DraggedItems { get; }
Property Value
System.
|
Host
Gets the items host control.
Declaration
public FrameworkElement Host { get; }
Property Value
System.
|
RelativeStartPoint
Gets the cursor offset relative to the drag source.
Declaration
public Point RelativeStartPoint { get; }
Property Value
System.
|