Class DropArea<T>
public class DropArea<T> : IDropArea where T : FrameworkElement
Type Parameters
T
- Inheritance
-
DropArea<T>
- Implements
- Inherited Members
- Extension Methods
Properties
AreaElement
[Bindable(false)]
public T AreaElement { get; }
Property Value
- T
DetectionRect
Gets the width, height, and location of a rectangle that describes the drop target of a drag and drop operation on the users screen.
public Rect DetectionRect { get; }
Property Value
Type
Gets the type of drop area for this drop target.
public DropAreaType Type { get; }
Property Value
Methods
TransformToDeviceDPI(Point)
public Point TransformToDeviceDPI(Point dragPosition)
Parameters
dragPosition
Point