# C1.C1Preview.Style.CharWidth

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Style_CharWidth_" data-uid="C1.C1Preview.Style.CharWidth*">CharWidth Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Style_CharWidth_" data-uid="C1.C1Preview.Style.CharWidth*"></a>
<h4 id="C1_C1Preview_Style_CharWidth" data-uid="C1.C1Preview.Style.CharWidth">CharWidth</h4>
<div class="markdown level1 summary"><p>Gets or sets the amount (in percent) by which to increase or decrease
the widths of characters in a text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float CharWidth { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property CharWidth As Single</code></pre>
</div>
<h5 id="C1_C1Preview_Style_CharWidth_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is <b>ambient</b> (inherited from the style of the object containing the current style's owner if not explicitly set).</p>
<p>The default is 100 (normal width).</p>
</div>
</div>
