LinkShape::BoundingBox Property

 

Gets the bounding rectangle of the link shape relative to its parent.

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;
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

The bounding rectangle of the link shape relative to its parent.

The bounding rectangle is relative to the top-left corner of the parent shape.

Return to top
Show: