# GrapeCity.Documents.Layout.Constraint.AnchorRect

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Layout_Constraint_AnchorRect_" data-uid="GrapeCity.Documents.Layout.Constraint.AnchorRect*">AnchorRect Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Layout_Constraint_AnchorRect_" data-uid="GrapeCity.Documents.Layout.Constraint.AnchorRect*"></a>
<h4 id="GrapeCity_Documents_Layout_Constraint_AnchorRect" data-uid="GrapeCity.Documents.Layout.Constraint.AnchorRect">AnchorRect</h4>
<div class="markdown level1 summary"><p>Gets the referenced (anchor) <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if the owner <a class="xref" href="GrapeCity.Documents.Layout.LayoutView.html">LayoutView</a> is referenced.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LayoutRect AnchorRect { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property AnchorRect As LayoutRect</code></pre>
</div>
</div>
