# GrapeCity.ActiveReports.Document.Section.Annotations.Annotation

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation" class="text-break">Annotation Class
</h1>
  <div class="markdown level0 summary"><p>Represents the annotation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">Annotation</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationBaseText.html">AnnotationBaseText</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationCircle.html">AnnotationCircle</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationLine.html">AnnotationLine</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationRectangle.html">AnnotationRectangle</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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_Annotation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Annotation : Component, IComponent, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation__ctor_GrapeCity_ActiveReports_Document_Section_Annotations_Border_" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.#ctor(GrapeCity.ActiveReports.Document.Section.Annotations.Border)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.-ctor.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation__ctor_GrapeCity_ActiveReports_Document_Section_Annotations_Border_">Annotation(Border)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor for the annotation object</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation__x" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation._x">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation._x.html">_x</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the leftmost X coordinate for the annotation.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Alpha" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Alpha">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Alpha.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Alpha">Alpha</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alpha channel of the background color</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Annotations" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Annotations">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Annotations.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Annotations">Annotations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the annotations collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Border" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Border">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Border.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the border object for the annotation object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Color" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Color">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Color.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to fill the annotation object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Height" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Height.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the annotation object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Width" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Width.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the annotation object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_X" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.X">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.X.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets X - the leftmost coordinate for the annotation object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Y" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Y">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Y.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets Y - the topmost coordinate for the annotation object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Attach_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Attach(System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Attach.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Attach_System_Single_System_Single_">Attach(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the top leftmost coordinates for the annotation object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_OnPropertyChanged_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.OnPropertyChanged(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.OnPropertyChanged.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Refresh" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Refresh">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.Refresh.html#GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the display of the annotation object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_PropertyChanged" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.PropertyChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event that occurs when a property is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
