# C1.Report.Field.LineSpacing

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Field_LineSpacing_" data-uid="C1.Report.Field.LineSpacing*">LineSpacing Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Field_LineSpacing_" data-uid="C1.Report.Field.LineSpacing*"></a>
<h4 id="C1_Report_Field_LineSpacing" data-uid="C1.Report.Field.LineSpacing">LineSpacing</h4>
<div class="markdown level1 summary"><p>Gets or sets the line spacing between text lines in the field, in percent.
The default is 100 which corresponds to normal line spacing.</p>
<p>
Note that this property is ignored if <a class="xref" href="C1.Report.Field.RTF.html#C1_Report_Field_RTF">RTF</a> is <b>true</b>.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Appearance&quot;)]
[C1Description(&quot;Field.LineSpacing&quot;, &quot;The line spacing, in percent. The default (100) corresponds to normal line spacing.&quot;)]
public double LineSpacing { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;Field.LineSpacing&quot;, &quot;The line spacing, in percent. The default (100) corresponds to normal line spacing.&quot;)&gt;
Public Property LineSpacing As Double</code></pre>
</div>
</div>
