# GrapeCity.Documents.Word.ShadowBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_ShadowBase" data-uid="GrapeCity.Documents.Word.ShadowBase" class="text-break">ShadowBase Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class that represents a shadow effect that can be applied to an object.</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">ShadowBase</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.InnerShadow.html">InnerShadow</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.PresetShadow.html">PresetShadow</a></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_ShadowBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ShadowBase : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ShadowBase
    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_ShadowBase_Angle" data-uid="GrapeCity.Documents.Word.ShadowBase.Angle">
          <a class="xref" href="GrapeCity.Documents.Word.ShadowBase.Angle.html#GrapeCity_Documents_Word_ShadowBase_Angle">Angle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction of the shadow.</p>
<p>The default is <b>0</b>.</p>
<p>The value range from <b>0</b> to <b>359.9</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShadowBase_Color" data-uid="GrapeCity.Documents.Word.ShadowBase.Color">
          <a class="xref" href="GrapeCity.Documents.Word.ShadowBase.Color.html#GrapeCity_Documents_Word_ShadowBase_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the shadow color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShadowBase_Distance" data-uid="GrapeCity.Documents.Word.ShadowBase.Distance">
          <a class="xref" href="GrapeCity.Documents.Word.ShadowBase.Distance.html#GrapeCity_Documents_Word_ShadowBase_Distance">Distance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how far to offset the shadow.</p>
<p>The default is <b>0</b>.</p>
<p>The value range from <b>0</b> to <b>200</b>.</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_ShadowBase_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.ShadowBase.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.ShadowBase.Equals.html#GrapeCity_Documents_Word_ShadowBase_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShadowBase_FixInheritedValues" data-uid="GrapeCity.Documents.Word.ShadowBase.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.ShadowBase.FixInheritedValues.html#GrapeCity_Documents_Word_ShadowBase_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_ShadowBase_GetHashCode" data-uid="GrapeCity.Documents.Word.ShadowBase.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.ShadowBase.GetHashCode.html#GrapeCity_Documents_Word_ShadowBase_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShadowBase_Reset" data-uid="GrapeCity.Documents.Word.ShadowBase.Reset">
          <a class="xref" href="GrapeCity.Documents.Word.ShadowBase.Reset.html#GrapeCity_Documents_Word_ShadowBase_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the shadow to inherited defaults.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
