# FarPoint.Win.Spread.DrawingSpace.ShadowDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection" data-uid="FarPoint.Win.Spread.DrawingSpace.ShadowDirection" class="text-break">ShadowDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the direction of the drop shadow of the shape.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.html">FarPoint.Win.Spread.DrawingSpace</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ShadowDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ShadowDirection</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection_Bottom">Bottom</td>
        <td><p>Displays a shadow on the bottom of the object only</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection_BottomLeft">BottomLeft</td>
        <td><p>Displays a shadow on the bottom and left of the object</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection_BottomRight">BottomRight</td>
        <td><p>Displays a shadow on the bottom and right of the object</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection_Left">Left</td>
        <td><p>Displays a shadow on the left of the object only</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection_None">None</td>
        <td><p>Displays no shadow</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection_Right">Right</td>
        <td><p>Displays a shadow on the right of the object only</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection_Top">Top</td>
        <td><p>Displays a shadow on the top of the object only</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection_TopLeft">TopLeft</td>
        <td><p>Displays a shadow on the top and left of the object</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_ShadowDirection_TopRight">TopRight</td>
        <td><p>Displays a shadow on the top and right of the object</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
