# GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Angle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Angle_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Angle*">Angle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Angle_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Angle*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Angle" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.Angle">Angle</h4>
<div class="markdown level1 summary"><p>Gets or sets the angle of the callout line.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">CalloutAngleType Angle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property Angle As CalloutAngleType</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Drawing.CalloutAngleType.html">CalloutAngleType</a></td>
      <td><p>The angle of the callout line.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_Angle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If the callout line contains more than one line segment, this property returns or sets the angle of the segment that is farthest from the callout text box.</p>
</div>
</div>
