ShapeGeometry::UninitializedPath Property
Visual Studio 2015
Gets the path around the shape geometry.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Property Value
Type: System.Drawing.Drawing2D::GraphicsPath^Use this property if you override GetPath.
This property returns a reference to the path used by this geometry. Do not dispose it. If you require a copy, use GetPathCopy.
Show: