DiagramPointEventArgs::MousePosition Property

 

Gets the mouse position in world units relative to the Diagram's top-left corner.

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

public:
property PointD MousePosition {
	PointD get();
	void set(PointD value);
}
Return to top
Show: