DiagramPaintEventArgs.View Property

Definition

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

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ View { Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView View { get; }
member this.View : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
Public ReadOnly Property View As DiagramClientView

Property Value

Applies to