NodeShape::BoundingBox Property

 

Gets the bounding rectangle of the shape, measured relative to the ParentShape.

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

public:
property RectangleD BoundingBox {
	virtual RectangleD get() override;
}

To set the size or position, use Bounds. This property is provided for uniformity with other ShapeElements.

Return to top
Show: