# GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationLine.LinePlacement

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Document_Section_Annotations_AnnotationLine_LinePlacement" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationLine.LinePlacement" class="text-break">AnnotationLine.LinePlacement Enum
</h1>
  <div class="markdown level0 summary"><p>Represents where the border of the object is drawn.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.html">GrapeCity.ActiveReports.Document.Section.Annotations</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_Annotations_AnnotationLine_LinePlacement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AnnotationLine.LinePlacement</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_ActiveReports_Document_Section_Annotations_AnnotationLine_LinePlacement_Bottom">Bottom</td>
        <td><p>Draws a line at the bottom of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_AnnotationLine_LinePlacement_Middle">Middle</td>
        <td><p>Draws a line in the center of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_AnnotationLine_LinePlacement_Top">Top</td>
        <td><p>Draws a line at the top of the object.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
