C# Class WPF.JoshSmith.Adorners.DragAdorner

A lightweight adorner which renders a visual that can follow the mouse cursor, such as during a drag-and-drop operation.
Used In: http://www.codeproject.com/KB/WPF/ListViewDragDropManager.aspx
Inheritance: SingleChildAdornerBase
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
DragAdorner ( UIElement adornedElement, Size size, System.Windows.Media.Brush brush ) : System.Windows

Initializes a new instance of DragAdorner.

Method Details

DragAdorner() public méthode

Initializes a new instance of DragAdorner.
public DragAdorner ( UIElement adornedElement, Size size, System.Windows.Media.Brush brush ) : System.Windows
adornedElement System.Windows.UIElement The element being adorned.
size System.Windows.Size The size of the adorner.
brush System.Windows.Media.Brush A brush with which to paint the adorner.
Résultat System.Windows