DiagramPaintEventArgs.View Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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