Share via


MouseAction.Diagram Property

Gets the diagram to which the mouse action is assigned.

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

Syntax

'Declaration
Protected ReadOnly Property Diagram As Diagram
'Usage
Dim value As Diagram 

value = Me.Diagram
protected Diagram Diagram { get; }
protected:
property Diagram^ Diagram {
    Diagram^ get ();
}
protected function get Diagram () : Diagram

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.Diagram
The diagram to which the mouse action is assigned.

.NET Framework Security

See Also

Reference

MouseAction Class

MouseAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace