# C1.Framework.Drawing.Gdi.FontBuilder.Escapement

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Drawing_Gdi_FontBuilder_Escapement_" data-uid="C1.Framework.Drawing.Gdi.FontBuilder.Escapement*">Escapement Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Drawing_Gdi_FontBuilder_Escapement_" data-uid="C1.Framework.Drawing.Gdi.FontBuilder.Escapement*"></a>
<h4 id="C1_Framework_Drawing_Gdi_FontBuilder_Escapement" data-uid="C1.Framework.Drawing.Gdi.FontBuilder.Escapement">Escapement</h4>
<div class="markdown level1 summary"><p>Get or set the angle, in tenths of degrees, between the escapement vector and the x-axis of the device.
The escapement vector is parallel to the base line of a row of text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Escapement { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Escapement As Integer</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><p>An <b>int</b> indicate the escapement vector</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Framework_Drawing_Gdi_FontBuilder_Escapement_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
  <b>Windows NT/2000/XP</b>: When the graphics mode is set to <b>GM_ADVANCED</b>, you can specify the escapement angle
  of the string independently of the orientation angle of the string's characters.
</p>
<p>
  When the graphics mode is set to <b>GM_COMPATIBLE</b>, Escapement specifies both the escapement and orientation.
  You should set Escapement and Orientation to the same value. 
</p>
<p>
  <b>Windows 95/98/Me</b>: The Escapement member specifies both the escapement and orientation.
  You should set <code>Escapement</code> and <code>Orientation</code> to the same value. 
</p>
</div>
</div>
