Table of Contents

Class DragAdorner

Namespace
HeBianGu.Control.Adorner
Assembly
HeBianGu.Control.Adorner.dll
public class DragAdorner : AdornerBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDragAdorner
Inheritance
DragAdorner
Implements
Inherited Members
Extension Methods

Constructors

DragAdorner(UIElement, Point)

public DragAdorner(UIElement adornedElement, Point offset)

Parameters

adornedElement UIElement
offset Point

Properties

DropAdornerMode

public DrapAdornerMode DropAdornerMode { get; set; }

Property Value

DrapAdornerMode

ListBoxItemAllowDropBothKey

public static ComponentResourceKey ListBoxItemAllowDropBothKey { get; }

Property Value

ComponentResourceKey

ListBoxItemAllowDropKey

public static ComponentResourceKey ListBoxItemAllowDropKey { get; }

Property Value

ComponentResourceKey

Offset

public Point Offset { get; set; }

Property Value

Point

Methods

GetData()

public object GetData()

Returns

object

OnRender(DrawingContext)

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

protected override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext

UpdatePosition(Point)

public void UpdatePosition(Point location)

Parameters

location Point