MouseAction::Diagram Property

 

Gets the diagram to which the mouse action is assigned.

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

protected:
property Diagram^ Diagram {
	Diagram^ get();
}

Property Value

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

The diagram to which the mouse action is assigned.

Return to top
Show: