C# Класс 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
Наследование: SingleChildAdornerBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DragAdorner ( UIElement adornedElement, Size size, System.Windows.Media.Brush brush ) : System.Windows

Initializes a new instance of DragAdorner.

Описание методов

DragAdorner() публичный Метод

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.
Результат System.Windows