DiagramPaintEventArgs::View Property

 

Gets the view that the Graphics object belongs to. This property may return null if the Graphics object does not belong to a DiagramClientView.

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

public:
property DiagramClientView^ View {
	DiagramClientView^ get();
}
Return to top
Show: