Class DragGridAdorner
public class DragGridAdorner : Adorner, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
DragGridAdorner
- Implements
- Inherited Members
- Extension Methods
Constructors
DragGridAdorner(UIElement)
public DragGridAdorner(UIElement adornedElement)
Parameters
adornedElement
UIElement
Properties
DropAdornerMode
public DrapAdornerMode DropAdornerMode { get; set; }
Property Value
Offset
相对于拖动控件的拖动位置
public Point Offset { get; set; }
Property Value
Methods
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)