ShapeElement::Perimeter Property

 

Gets the perimeter (path) around the shape.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property GraphicsPath^ Perimeter {
	GraphicsPath^ get();
}

Property Value

Type: System.Drawing.Drawing2D::GraphicsPath^

The perimeter around the shape.

The perimeter includes the outline around the shape.

Return to top
Show: