# GrapeCity.Documents.Word.BuildingBlock.Style

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_BuildingBlock_Style_" data-uid="GrapeCity.Documents.Word.BuildingBlock.Style*">Style Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_BuildingBlock_Style_" data-uid="GrapeCity.Documents.Word.BuildingBlock.Style*"></a>
<h4 id="GrapeCity_Documents_Word_BuildingBlock_Style" data-uid="GrapeCity.Documents.Word.BuildingBlock.Style">Style</h4>
<div class="markdown level1 summary"><p>Gets or sets the paragraph style which shall be associated with the current building block.
This paragraph style associated shall not imply anything about the formatting or content of the building block,
and shall only be used to filter and/or sort this building block (via an application or a user interface).
One example of the level of classification offered by this property is to only show it as available when the formatting of the paragraph matches the specified style.</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>
