ImageShape::ShapeGeometry Property

 

Gets the geometry for the image 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 ShapeGeometry^ ShapeGeometry {
	virtual ShapeGeometry^ get() override;
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeGeometry^

The geometry for the image shape.

Defaults to ImageShapeGeometry. Override this property to change its value.

Return to top
Show: