ShapeElement.Diagram 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 diagram that this ShapeElement belongs to. (This can be null.)
public:
property Microsoft::VisualStudio::Modeling::Diagrams::Diagram ^ Diagram { Microsoft::VisualStudio::Modeling::Diagrams::Diagram ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.Diagram Diagram { get; }
member this.Diagram : Microsoft.VisualStudio.Modeling.Diagrams.Diagram
Public ReadOnly Property Diagram As Diagram