Provides the means of drawing drag feedback using ghost shapes.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.DropTargetFeedback
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Public Class DropTargetFeedback
public class DropTargetFeedback
public ref class DropTargetFeedback
type DropTargetFeedback =  class end
public class DropTargetFeedback
The DropTargetFeedback type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | DropTargetFeedback | Initializes a new instance of the DropTargetFeedback class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | BoundingBox | Gets or sets the current bounding box encompassing the drag feedback. | 
| .gif) | HasActiveFeedback | Gets a value indicating whether this object has drag feedback to draw. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Draw | Draws the drag feedback. | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Erase | Erases the current feedback. | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | UpdateFeedback | Sets drag feedback information | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.