Interface IDropArea
Describes a drop target which can be the final position of an item that is being dragged and dropped to dock it somewhere else in the UI of the framework.
public interface IDropArea
- Extension Methods
Properties
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.
Rect DetectionRect { get; }
Property Value
Type
Gets the type of drop area for this drop target.
DropAreaType Type { get; }
Property Value
Methods
TransformToDeviceDPI(Point)
Point TransformToDeviceDPI(Point dragPosition)
Parameters
dragPosition
Point