# GrapeCity.Documents.Layout.AnchorParam

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Layout_AnchorParam" data-uid="GrapeCity.Documents.Layout.AnchorParam" class="text-break">AnchorParam Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the source parameter of the anchor <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Layout.html">GrapeCity.Documents.Layout</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Layout_AnchorParam_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AnchorParam</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AnchorParam</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorParam_Bottom">Bottom</td>
        <td><p>The bottom side of the anchor <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorParam_Height">Height</td>
        <td><p>The height of the anchor <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorParam_HorizontalCenter">HorizontalCenter</td>
        <td><p>The horizontal center of the anchor <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorParam_Left">Left</td>
        <td><p>The left side of the anchor <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorParam_None">None</td>
        <td><p>The source parameter is not specified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorParam_Right">Right</td>
        <td><p>The right side of the anchor <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorParam_Top">Top</td>
        <td><p>The top side of the anchor <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorParam_VerticalCenter">VerticalCenter</td>
        <td><p>The vertical center of the anchor <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorParam_Width">Width</td>
        <td><p>The width of the anchor <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
