# C1.WPF.Schedule.CoveredElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_CoveredElement" data-uid="C1.WPF.Schedule.CoveredElement" class="text-break">CoveredElement Class
</h1>
  <div class="markdown level0 summary"><p>Defines a construction that describes a wrapper for the single covered element.</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"><span class="xref">CoveredElement</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.dll</h6>
  <h5 id="C1_WPF_Schedule_CoveredElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CoveredElement : DependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CoveredElement
    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_CoveredElement__ctor_System_Windows_FrameworkElement_" data-uid="C1.WPF.Schedule.CoveredElement.#ctor(System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Schedule.CoveredElement.-ctor.html#C1_WPF_Schedule_CoveredElement__ctor_System_Windows_FrameworkElement_">CoveredElement(FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Schedule.CoveredElement.html">CoveredElement</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_CoveredElement_Owner" data-uid="C1.WPF.Schedule.CoveredElement.Owner">
          <a class="xref" href="C1.WPF.Schedule.CoveredElement.Owner.html#C1_WPF_Schedule_CoveredElement_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> which is wrapped
by the current <a class="xref" href="C1.WPF.Schedule.CoveredElement.html">CoveredElement</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
