Table of Contents

Class DropArea<T>

Namespace
HeBianGu.Control.Dock.Controls
Assembly
HeBianGu.Control.Dock.dll
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

Rect

Type

Gets the type of drop area for this drop target.

public DropAreaType Type { get; }

Property Value

DropAreaType

Methods

TransformToDeviceDPI(Point)

public Point TransformToDeviceDPI(Point dragPosition)

Parameters

dragPosition Point

Returns

Point