LinkShape.AbsoluteBoundingBoxToEnsureVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::RectangleD AbsoluteBoundingBoxToEnsureVisible { Microsoft::VisualStudio::Modeling::Diagrams::RectangleD get(); };
public override Microsoft.VisualStudio.Modeling.Diagrams.RectangleD AbsoluteBoundingBoxToEnsureVisible { get; }
member this.AbsoluteBoundingBoxToEnsureVisible : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Public Overrides ReadOnly Property AbsoluteBoundingBoxToEnsureVisible As RectangleD