# GrapeCity.Documents.Word.StyleFill

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_StyleFill" data-uid="GrapeCity.Documents.Word.StyleFill" class="text-break">StyleFill Class
</h1>
  <div class="markdown level0 summary"><p>Represents a reference to a fill style within <a class="xref" href="GrapeCity.Documents.Word.FormatScheme.Fills.html#GrapeCity_Documents_Word_FormatScheme_Fills">Fills</a> or <a class="xref" href="GrapeCity.Documents.Word.FormatScheme.BackgroundFills.html#GrapeCity_Documents_Word_FormatScheme_BackgroundFills">BackgroundFills</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">StyleFill</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_StyleFill_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StyleFill : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StyleFill
    Inherits FormattingBag</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_StyleFill_PlaceholderColor" data-uid="GrapeCity.Documents.Word.StyleFill.PlaceholderColor">
          <a class="xref" href="GrapeCity.Documents.Word.StyleFill.PlaceholderColor.html#GrapeCity_Documents_Word_StyleFill_PlaceholderColor">PlaceholderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color to override the empty colors inside the referenced theme fill style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_StyleFill_ThemeFill" data-uid="GrapeCity.Documents.Word.StyleFill.ThemeFill">
          <a class="xref" href="GrapeCity.Documents.Word.StyleFill.ThemeFill.html#GrapeCity_Documents_Word_StyleFill_ThemeFill">ThemeFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference to a fill style within <a class="xref" href="GrapeCity.Documents.Word.FormatScheme.Fills.html#GrapeCity_Documents_Word_FormatScheme_Fills">Fills</a> or <a class="xref" href="GrapeCity.Documents.Word.FormatScheme.BackgroundFills.html#GrapeCity_Documents_Word_FormatScheme_BackgroundFills">BackgroundFills</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
