RadControls for WPF

A helper class, that serves as a visual cue during drag and drop operations.

Namespace: Telerik.Windows.Controls.DragDrop
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40

Syntax

C#
public class DragVisualCue : ContentControl
Visual Basic
Public Class DragVisualCue _
	Inherits ContentControl

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls.DragDrop..::..DragVisualCue
                  Telerik.Windows.Controls.Docking..::..DraggedElementVisualCue

See Also