LinkShape::AbsoluteBoundingBoxToEnsureVisible Property
Visual Studio 2015
Gets the bounding rectangle that EnsureVisible will use. The rectangle is the same as AbsoluteBoundingBox but with height adjusted to be non-zero when width is non-zero. This is done because for single segment Links, the Height is 0 by default and can cause the selection bounds to return as 'empty' even when a link is truly selected.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property RectangleD AbsoluteBoundingBoxToEnsureVisible { virtual RectangleD get() override; }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
Show: