# C1.WPF.Calendar.CalendarSlotPresenter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Calendar_CalendarSlotPresenter" data-uid="C1.WPF.Calendar.CalendarSlotPresenter" class="text-break">CalendarSlotPresenter Class
</h1>
  <div class="markdown level0 summary"><p>Slot visual 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">CalendarSlotPresenter</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.Calendar.CalendarTextSlotPresenter.html">CalendarTextSlotPresenter</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Calendar.html">C1.WPF.Calendar</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Calendar.dll</h6>
  <h5 id="C1_WPF_Calendar_CalendarSlotPresenter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarSlotPresenter : C1Border</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarSlotPresenter
    Inherits C1Border</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_Calendar_CalendarSlotPresenter__ctor" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.#ctor">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.-ctor.html#C1_WPF_Calendar_CalendarSlotPresenter__ctor">CalendarSlotPresenter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.html">CalendarSlotPresenter</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_IsMouseOverProperty" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.IsMouseOverProperty">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.IsMouseOverProperty.html">IsMouseOverProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.IsMouseOver.html#C1_WPF_Calendar_CalendarSlotPresenter_IsMouseOver">IsMouseOver</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_IsSelectedProperty" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.IsSelectedProperty">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.IsSelectedProperty.html">IsSelectedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.IsSelected.html#C1_WPF_Calendar_CalendarSlotPresenter_IsSelected">IsSelected</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_MouseOverBrushProperty" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.MouseOverBrush.html#C1_WPF_Calendar_CalendarSlotPresenter_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_SelectedBrushProperty" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.SelectedBrushProperty">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.SelectedBrushProperty.html">SelectedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.SelectedBrush.html#C1_WPF_Calendar_CalendarSlotPresenter_SelectedBrush">SelectedBrush</a> dependency property.</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_Calendar_CalendarSlotPresenter_IsMouseOver" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.IsMouseOver">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.IsMouseOver.html#C1_WPF_Calendar_CalendarSlotPresenter_IsMouseOver">IsMouseOver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mouse over state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_IsSelected" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.IsSelected">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.IsSelected.html#C1_WPF_Calendar_CalendarSlotPresenter_IsSelected">IsSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the slot is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_MouseOverBrush" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.MouseOverBrush">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.MouseOverBrush.html#C1_WPF_Calendar_CalendarSlotPresenter_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the mouse over slot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_SelectedBrush" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.SelectedBrush">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.SelectedBrush.html#C1_WPF_Calendar_CalendarSlotPresenter_SelectedBrush">SelectedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the selected slot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_Slot" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.Slot">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.Slot.html#C1_WPF_Calendar_CalendarSlotPresenter_Slot">Slot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the reference to the slot information.</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_Calendar_CalendarSlotPresenter_Dispose_System_Boolean_" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.Dispose.html#C1_WPF_Calendar_CalendarSlotPresenter_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_OnApplyTemplate" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.OnApplyTemplate.html#C1_WPF_Calendar_CalendarSlotPresenter_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_OnMouseEnter_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.OnMouseEnter.html#C1_WPF_Calendar_CalendarSlotPresenter_OnMouseEnter_System_Windows_Input_MouseEventArgs_">OnMouseEnter(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_OnMouseLeave_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.OnMouseLeave.html#C1_WPF_Calendar_CalendarSlotPresenter_OnMouseLeave_System_Windows_Input_MouseEventArgs_">OnMouseLeave(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Calendar_CalendarSlotPresenter_OnRenderBackground_System_Windows_Media_DrawingContext_System_Windows_Rect_" data-uid="C1.WPF.Calendar.CalendarSlotPresenter.OnRenderBackground(System.Windows.Media.DrawingContext,System.Windows.Rect)">
          <a class="xref" href="C1.WPF.Calendar.CalendarSlotPresenter.OnRenderBackground.html#C1_WPF_Calendar_CalendarSlotPresenter_OnRenderBackground_System_Windows_Media_DrawingContext_System_Windows_Rect_">OnRenderBackground(DrawingContext, Rect)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
