# GrapeCity.Documents.Word.ThreeDScene

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_ThreeDScene" data-uid="GrapeCity.Documents.Word.ThreeDScene" class="text-break">ThreeDScene Class
</h1>
  <div class="markdown level0 summary"><p>Represents a 3D scene 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">ThreeDScene</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_ThreeDScene_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ThreeDScene : FormattingBag, IFixedFormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ThreeDScene
    Inherits FormattingBag
    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_ThreeDScene_Backdrop" data-uid="GrapeCity.Documents.Word.ThreeDScene.Backdrop">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDScene.Backdrop.html#GrapeCity_Documents_Word_ThreeDScene_Backdrop">Backdrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the plane in which effects, such as glow and shadow, are applied in relation to the shape they are being applied to.</p>
<p>Note: returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> for text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ThreeDScene_Camera" data-uid="GrapeCity.Documents.Word.ThreeDScene.Camera">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDScene.Camera.html#GrapeCity_Documents_Word_ThreeDScene_Camera">Camera</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the placement and properties of the camera in the 3D scene.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ThreeDScene_IsFixed" data-uid="GrapeCity.Documents.Word.ThreeDScene.IsFixed">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDScene.IsFixed.html#GrapeCity_Documents_Word_ThreeDScene_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_ThreeDScene_Lighting" data-uid="GrapeCity.Documents.Word.ThreeDScene.Lighting">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDScene.Lighting.html#GrapeCity_Documents_Word_ThreeDScene_Lighting">Lighting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the light rig associated with the object.</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_ThreeDScene_Clean" data-uid="GrapeCity.Documents.Word.ThreeDScene.Clean">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDScene.Clean.html#GrapeCity_Documents_Word_ThreeDScene_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_ThreeDScene_FixInheritedValues" data-uid="GrapeCity.Documents.Word.ThreeDScene.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDScene.FixInheritedValues.html#GrapeCity_Documents_Word_ThreeDScene_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_ThreeDScene_Reset" data-uid="GrapeCity.Documents.Word.ThreeDScene.Reset">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDScene.Reset.html#GrapeCity_Documents_Word_ThreeDScene_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all properties to their inherited 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">false</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
