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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
Public method DropTargetFeedback Initializes a new instance of the DropTargetFeedback class.

Top

Properties

  Name Description
Public property BoundingBox Gets or sets the current bounding box encompassing the drag feedback.
Public property HasActiveFeedback Gets a value indicating whether this object has drag feedback to draw.

Top

Methods

  Name Description
Public method Draw Draws the drag feedback.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Erase Erases the current feedback.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace