# C1.WPF.Schedule.CoverElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_CoverElement" data-uid="C1.WPF.Schedule.CoverElement" class="text-break">CoverElement Class
</h1>
  <div class="markdown level0 summary"><p>Defines a construction that describes a UI that represents a single data object.
The UI is constituted of a number of CoverElementChunk elements.</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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><span class="xref">CoverElement</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.4.6.2.dll</h6>
  <h5 id="C1_WPF_Schedule_CoverElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CoverElement : DependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CoverElement
    Inherits DependencyObject</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_CoverElement__ctor_System_Object_" data-uid="C1.WPF.Schedule.CoverElement.#ctor(System.Object)">
          <a class="xref" href="C1.WPF.Schedule.CoverElement.-ctor.html#C1_WPF_Schedule_CoverElement__ctor_System_Object_">CoverElement(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Schedule.CoverElement.html">CoverElement</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Schedule_CoverElement_Chunks" data-uid="C1.WPF.Schedule.CoverElement.Chunks">
          <a class="xref" href="C1.WPF.Schedule.CoverElement.Chunks.html#C1_WPF_Schedule_CoverElement_Chunks">Chunks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of <a class="xref" href="C1.WPF.Schedule.CoverElementChunk.html">CoverElementChunk</a> elements that constitute this
CoverElement UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_CoverElement_CoveredElements" data-uid="C1.WPF.Schedule.CoverElement.CoveredElements">
          <a class="xref" href="C1.WPF.Schedule.CoverElement.CoveredElements.html#C1_WPF_Schedule_CoverElement_CoveredElements">CoveredElements</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of elements that are covered by this CoverElement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_CoverElement_DataObject" data-uid="C1.WPF.Schedule.CoverElement.DataObject">
          <a class="xref" href="C1.WPF.Schedule.CoverElement.DataObject.html#C1_WPF_Schedule_CoverElement_DataObject">DataObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> which is represented by the current <a class="xref" href="C1.WPF.Schedule.CoverElement.html">CoverElement</a> instance.</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_Schedule_CoverElement_GetCoveredElement_System_Windows_FrameworkElement_" data-uid="C1.WPF.Schedule.CoverElement.GetCoveredElement(System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Schedule.CoverElement.GetCoveredElement.html#C1_WPF_Schedule_CoverElement_GetCoveredElement_System_Windows_FrameworkElement_">GetCoveredElement(FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new wrapper element for the specified owner element;</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_CoverElement_SetChunkTunnelBoundRect_C1_WPF_Schedule_CoverElementsPane_C1_WPF_Schedule_CoverElementChunk_" data-uid="C1.WPF.Schedule.CoverElement.SetChunkTunnelBoundRect(C1.WPF.Schedule.CoverElementsPane,C1.WPF.Schedule.CoverElementChunk)">
          <a class="xref" href="C1.WPF.Schedule.CoverElement.SetChunkTunnelBoundRect.html#C1_WPF_Schedule_CoverElement_SetChunkTunnelBoundRect_C1_WPF_Schedule_CoverElementsPane_C1_WPF_Schedule_CoverElementChunk_">SetChunkTunnelBoundRect(CoverElementsPane, CoverElementChunk)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
