# GrapeCity.Documents.Word.Backdrop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Backdrop" data-uid="GrapeCity.Documents.Word.Backdrop" class="text-break">Backdrop Class
</h1>
  <div class="markdown level0 summary"><p>Represents a plane in which effects, such as glow and shadow, are applied in relation to the shape they are being applied to.</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">Backdrop</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_Backdrop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Backdrop : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Backdrop
    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_Backdrop_Anchor" data-uid="GrapeCity.Documents.Word.Backdrop.Anchor">
          <a class="xref" href="GrapeCity.Documents.Word.Backdrop.Anchor.html#GrapeCity_Documents_Word_Backdrop_Anchor">Anchor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the point in space that anchors the backdrop plane.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Backdrop_NormalVector" data-uid="GrapeCity.Documents.Word.Backdrop.NormalVector">
          <a class="xref" href="GrapeCity.Documents.Word.Backdrop.NormalVector.html#GrapeCity_Documents_Word_Backdrop_NormalVector">NormalVector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vector normal to the face of the backdrop plane.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Backdrop_UpVector" data-uid="GrapeCity.Documents.Word.Backdrop.UpVector">
          <a class="xref" href="GrapeCity.Documents.Word.Backdrop.UpVector.html#GrapeCity_Documents_Word_Backdrop_UpVector">UpVector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vector representing up in relation to the face of the backdrop plane.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Backdrop_FixInheritedValues" data-uid="GrapeCity.Documents.Word.Backdrop.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.Backdrop.FixInheritedValues.html#GrapeCity_Documents_Word_Backdrop_FixInheritedValues">FixInheritedValues()</a>
        </td>
        <td class="markdown level1 summary"><p>Fixes all inherited values as &quot;direct&quot; values for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Backdrop_Reset" data-uid="GrapeCity.Documents.Word.Backdrop.Reset">
          <a class="xref" href="GrapeCity.Documents.Word.Backdrop.Reset.html#GrapeCity_Documents_Word_Backdrop_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets backdrop to inherited defaults.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
