DropTargetFeedback Class
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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
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 | |
---|---|---|
DropTargetFeedback | Initializes a new instance of the DropTargetFeedback class. |
Top
Properties
Name | Description | |
---|---|---|
BoundingBox | Gets or sets the current bounding box encompassing the drag feedback. | |
HasActiveFeedback | Gets a value indicating whether this object has drag feedback to draw. |
Top
Methods
Name | Description | |
---|---|---|
Draw | Draws the drag feedback. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Erase | Erases the current feedback. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
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.