MouseAction::MouseDownHitShape Property

 

Gets shape over which the mouse action occurred.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property ShapeElement^ MouseDownHitShape {
	ShapeElement^ get();
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The shape over which the mouse action occurred.

Return to top
Show: