# C1.Win.Editor.TextStyleEventArgs.StrikeThrough

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Editor_TextStyleEventArgs_StrikeThrough_" data-uid="C1.Win.Editor.TextStyleEventArgs.StrikeThrough*">StrikeThrough Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Editor_TextStyleEventArgs_StrikeThrough_" data-uid="C1.Win.Editor.TextStyleEventArgs.StrikeThrough*"></a>
<h4 id="C1_Win_Editor_TextStyleEventArgs_StrikeThrough" data-uid="C1.Win.Editor.TextStyleEventArgs.StrikeThrough">StrikeThrough</h4>
<div class="markdown level1 summary"><p>The StrikeThrough property indicates whether text is displayed with strike through.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool StrikeThrough { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property StrikeThrough As Boolean</code></pre>
</div>
</div>
