Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaração
Public Overrides ReadOnly Property AbsoluteBoundingBoxToEnsureVisible As RectangleD
Get
public override RectangleD AbsoluteBoundingBoxToEnsureVisible { get; }
public:
virtual property RectangleD AbsoluteBoundingBoxToEnsureVisible {
RectangleD get () override;
}
abstract AbsoluteBoundingBoxToEnsureVisible : RectangleD
override AbsoluteBoundingBoxToEnsureVisible : RectangleD
override function get AbsoluteBoundingBoxToEnsureVisible () : RectangleD
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.