# C1.WPF.Excel.XLOpaqueShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Excel_XLOpaqueShape" data-uid="C1.WPF.Excel.XLOpaqueShape" class="text-break">XLOpaqueShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents a shape that was inserted in the sheet using Excel
and is preserved but not fully exposed by the <a class="xref" href="C1.WPF.Excel.C1XLBook.html">C1XLBook</a> component.</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="C1.WPF.Excel.XLShape.html">XLShape</a></div>
    <div class="level2"><span class="xref">XLOpaqueShape</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.WPF.Excel.ICloneable.html">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Excel.html">C1.WPF.Excel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Excel.4.6.2.dll</h6>
  <h5 id="C1_WPF_Excel_XLOpaqueShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XLOpaqueShape : XLShape, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XLOpaqueShape
    Inherits XLShape
    Implements ICloneable</code></pre>
  </div>
  <h5 id="C1_WPF_Excel_XLOpaqueShape_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><pre><code>&lt;p&gt;
    &lt;b&gt;C1ExcelBook&lt;/b&gt; can load and save all types of shapes present in Excel sheets.&lt;/p&gt;
&lt;p&gt;However, only image shapes are fully exposed (as &lt;xref href=&quot;C1.WPF.Excel.XLPictureShape&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; objects).&lt;/p&gt;
&lt;p&gt;All other object types are loaded and saved as &lt;b&gt;XLOpaqueShape&lt;/b&gt; objects that cannot be modified.
</code></pre>
<p>These include graphical elements (such as lines, rectangles, and arcs), VBA controls (such as edit
boxes, and buttons), and comments.</p>
</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="C1_WPF_Excel_XLOpaqueShape_IsEmpty" data-uid="C1.WPF.Excel.XLOpaqueShape.IsEmpty">
          <a class="xref" href="C1.WPF.Excel.XLOpaqueShape.IsEmpty.html#C1_WPF_Excel_XLOpaqueShape_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the shape is empty.</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="C1_WPF_Excel_XLOpaqueShape_CreateProperties_System_Collections_IDictionary_" data-uid="C1.WPF.Excel.XLOpaqueShape.CreateProperties(System.Collections.IDictionary)">
          <a class="xref" href="C1.WPF.Excel.XLOpaqueShape.CreateProperties.html#C1_WPF_Excel_XLOpaqueShape_CreateProperties_System_Collections_IDictionary_">CreateProperties(IDictionary)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.idictionary">IDictionary</a> with the shape properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLOpaqueShape_ParseProperties_System_Collections_IDictionary_" data-uid="C1.WPF.Excel.XLOpaqueShape.ParseProperties(System.Collections.IDictionary)">
          <a class="xref" href="C1.WPF.Excel.XLOpaqueShape.ParseProperties.html#C1_WPF_Excel_XLOpaqueShape_ParseProperties_System_Collections_IDictionary_">ParseProperties(IDictionary)</a>
        </td>
        <td class="markdown level1 summary"><p>Parse shape properties.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
