# GrapeCity.Documents.Drawing.GcGraphics.DrawTabLeader

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Drawing_GcGraphics_DrawTabLeader_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawTabLeader*">DrawTabLeader Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Drawing_GcGraphics_DrawTabLeader_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawTabLeader*"></a>
<h4 id="GrapeCity_Documents_Drawing_GcGraphics_DrawTabLeader_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_TabStopLeader_System_Drawing_Color_System_Boolean_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.DrawTabLeader(GrapeCity.Documents.Text.Font,GrapeCity.Documents.Text.TabStopLeader,System.Drawing.Color,System.Boolean,System.Single,System.Single,System.Single,System.Single)">DrawTabLeader(Font, TabStopLeader, Color, bool, float, float, float, float)</h4>
<div class="markdown level1 summary"><p>For internal use only.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected void DrawTabLeader(Font font, TabStopLeader leader, Color color, bool rtl, float scale, float length, float currX, float currY)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub DrawTabLeader(font As Font, leader As TabStopLeader, color As Color, rtl As Boolean, scale As Single, length As Single, currX As Single, currY As Single)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a></td>
      <td><span class="parametername">font</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Text.TabStopLeader.html">TabStopLeader</a></td>
      <td><span class="parametername">leader</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">rtl</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">scale</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">length</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">currX</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">currY</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
