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
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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