# GrapeCity.Documents.Word.OuterShadow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OuterShadow" data-uid="GrapeCity.Documents.Word.OuterShadow" class="text-break">OuterShadow Class
</h1>
  <div class="markdown level0 summary"><p>Represents an outer 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"><a class="xref" href="GrapeCity.Documents.Word.ShadowBase.html">ShadowBase</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.InnerShadow.html">InnerShadow</a></div>
    <div class="level4"><span class="xref">OuterShadow</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IFixedFormattingBag.html">IFixedFormattingBag</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_OuterShadow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OuterShadow : InnerShadow, IFixedFormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OuterShadow
    Inherits InnerShadow
    Implements IFixedFormattingBag</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_OuterShadow_Alignment" data-uid="GrapeCity.Documents.Word.OuterShadow.Alignment">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.Alignment.html#GrapeCity_Documents_Word_OuterShadow_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shadow alignment.</p>
<p>The default is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> for texts and <a class="xref" href="GrapeCity.Documents.Word.RectangleAlignment.html#GrapeCity_Documents_Word_RectangleAlignment_Bottom">Bottom</a> for drawings.</p>
<p>Note that <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> cannot be used for drawings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OuterShadow_IsFixed" data-uid="GrapeCity.Documents.Word.OuterShadow.IsFixed">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.IsFixed.html#GrapeCity_Documents_Word_OuterShadow_IsFixed">IsFixed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the formatting is fixed in the class instance level.</p>
<p>If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, any formatting changes on an ancestor level of the same class will be ignored.</p>
<p>If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>, changing a property on an ancestor level will apply to this level too.</p>
<p>For example, changing a property of <a class="xref" href="GrapeCity.Documents.Word.Font.Fill.html#GrapeCity_Documents_Word_Font_Fill">Fill</a> on style level will change that property
only for those <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a>s that have <b>IsFixed</b> equal to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OuterShadow_RotateWithObject" data-uid="GrapeCity.Documents.Word.OuterShadow.RotateWithObject">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.RotateWithObject.html#GrapeCity_Documents_Word_OuterShadow_RotateWithObject">RotateWithObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the shadow rotates along with the object when the object is rotated.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
<p>Note that this property cannot be applied for text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OuterShadow_ScaleX" data-uid="GrapeCity.Documents.Word.OuterShadow.ScaleX">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.ScaleX.html#GrapeCity_Documents_Word_OuterShadow_ScaleX">ScaleX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal scaling factor of the shadow. Negative scaling causes a flip.</p>
<p>The default is <b>0</b> for text and <b>100</b> for drawing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OuterShadow_ScaleY" data-uid="GrapeCity.Documents.Word.OuterShadow.ScaleY">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.ScaleY.html#GrapeCity_Documents_Word_OuterShadow_ScaleY">ScaleY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical scaling factor of the shadow. Negative scaling causes a flip.</p>
<p>The default is <b>0</b> for text and <b>100</b> for drawing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OuterShadow_SkewX" data-uid="GrapeCity.Documents.Word.OuterShadow.SkewX">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.SkewX.html#GrapeCity_Documents_Word_OuterShadow_SkewX">SkewX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal skew angle of the shadow.</p>
<p>The default is <b>0</b>.</p>
<p>The value range from <b>-89.9</b> to <b>89.9</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OuterShadow_SkewY" data-uid="GrapeCity.Documents.Word.OuterShadow.SkewY">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.SkewY.html#GrapeCity_Documents_Word_OuterShadow_SkewY">SkewY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical skew angle of the shadow.</p>
<p>The default is <b>0</b>.</p>
<p>The value range from <b>-89.9</b> to <b>89.9</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_OuterShadow_Clean" data-uid="GrapeCity.Documents.Word.OuterShadow.Clean">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.Clean.html#GrapeCity_Documents_Word_OuterShadow_Clean">Clean()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets all properties to their default values.</p>
<p>Also sets <a class="xref" href="GrapeCity.Documents.Word.IFixedFormattingBag.IsFixed.html#GrapeCity_Documents_Word_IFixedFormattingBag_IsFixed">IsFixed</a> to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if any properties of this class are defined on an ancestor level.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OuterShadow_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.OuterShadow.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.Equals.html#GrapeCity_Documents_Word_OuterShadow_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OuterShadow_FixInheritedValues" data-uid="GrapeCity.Documents.Word.OuterShadow.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.FixInheritedValues.html#GrapeCity_Documents_Word_OuterShadow_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_OuterShadow_GetHashCode" data-uid="GrapeCity.Documents.Word.OuterShadow.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.OuterShadow.GetHashCode.html#GrapeCity_Documents_Word_OuterShadow_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
