ShapeElement.ShapeGeometry 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 ShapeGeometry object associated with this ShapeElement.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::ShapeGeometry ^ ShapeGeometry { Microsoft::VisualStudio::Modeling::Diagrams::ShapeGeometry ^ get(); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.ShapeGeometry ShapeGeometry { get; }
member this.ShapeGeometry : Microsoft.VisualStudio.Modeling.Diagrams.ShapeGeometry
Public Overridable ReadOnly Property ShapeGeometry As ShapeGeometry