ShapeElement.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 DiagramClientView.EnsureVisible will use. The rectangle is in world units and relative to the top-left of the diagram.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::RectangleD AbsoluteBoundingBoxToEnsureVisible { Microsoft::VisualStudio::Modeling::Diagrams::RectangleD get(); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.RectangleD AbsoluteBoundingBoxToEnsureVisible { get; }
member this.AbsoluteBoundingBoxToEnsureVisible : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Public Overridable ReadOnly Property AbsoluteBoundingBoxToEnsureVisible As RectangleD