# GrapeCity.Documents.Word.ContentControl.Style

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ContentControl_Style_" data-uid="GrapeCity.Documents.Word.ContentControl.Style*">Style Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ContentControl_Style_" data-uid="GrapeCity.Documents.Word.ContentControl.Style*"></a>
<h4 id="GrapeCity_Documents_Word_ContentControl_Style" data-uid="GrapeCity.Documents.Word.ContentControl.Style">Style</h4>
<div class="markdown level1 summary"><p>Gets or sets a character or linked paragraph style which shall be applied to the text of the content control in replacement of placeholder text.
When placeholder text is present in a content control, its formatting is often different than the desired underlying formatting,
and this property specifies the style which shall be used for non-placeholder text contents when they are initially added to the control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Style Style { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Style As Style</code></pre>
</div>
</div>
