# C1.iOS.Calendar.CalendarSlotPresenter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_iOS_Calendar_CalendarSlotPresenter" data-uid="C1.iOS.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"><a class="xref" href="../C1.iOS.Core/C1.iOS.Core.C1View.html">C1View</a></div>
    <div class="level2"><a class="xref" href="../C1.iOS.Core/C1.iOS.Core.C1Border.html">C1Border</a></div>
    <div class="level3"><span class="xref">CalendarSlotPresenter</span></div>
      <div class="level4"><a class="xref" href="C1.iOS.Calendar.CalendarTextSlotPresenter.html">CalendarTextSlotPresenter</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../C1.iOS.Core/C1.iOS.Core.IDependencyObject.html">IDependencyObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.iOS.Calendar.html">C1.iOS.Calendar</a></h6>
  <h6><strong>Assembly</strong>: C1.iOS.Calendar.dll</h6>
  <h5 id="C1_iOS_Calendar_CalendarSlotPresenter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarSlotPresenter : C1Border, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarSlotPresenter
    Inherits C1Border
    Implements IDependencyObject</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_iOS_Calendar_CalendarSlotPresenter__ctor" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.#ctor">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.-ctor.html#C1_iOS_Calendar_CalendarSlotPresenter__ctor">CalendarSlotPresenter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.html">CalendarSlotPresenter</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Calendar_CalendarSlotPresenter__ctor_CoreGraphics_CGRect_" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.#ctor(CoreGraphics.CGRect)">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.-ctor.html#C1_iOS_Calendar_CalendarSlotPresenter__ctor_CoreGraphics_CGRect_">CalendarSlotPresenter(CGRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.html">CalendarSlotPresenter</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Calendar_CalendarSlotPresenter__ctor_System_IntPtr_" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.#ctor(System.IntPtr)">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.-ctor.html#C1_iOS_Calendar_CalendarSlotPresenter__ctor_System_IntPtr_">CalendarSlotPresenter(nint)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.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_iOS_Calendar_CalendarSlotPresenter_IsMouseOverProperty" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.IsMouseOverProperty">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.IsMouseOverProperty.html">IsMouseOverProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.IsMouseOver.html#C1_iOS_Calendar_CalendarSlotPresenter_IsMouseOver">IsMouseOver</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Calendar_CalendarSlotPresenter_IsSelectedProperty" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.IsSelectedProperty">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.IsSelectedProperty.html">IsSelectedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.IsSelected.html#C1_iOS_Calendar_CalendarSlotPresenter_IsSelected">IsSelected</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Calendar_CalendarSlotPresenter_MouseOverBrushProperty" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.MouseOverBrushProperty">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.MouseOverBrush.html#C1_iOS_Calendar_CalendarSlotPresenter_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Calendar_CalendarSlotPresenter_SelectedBrushProperty" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.SelectedBrushProperty">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.SelectedBrushProperty.html">SelectedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.SelectedBrush.html#C1_iOS_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_iOS_Calendar_CalendarSlotPresenter_IsMouseOver" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.IsMouseOver">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.IsMouseOver.html#C1_iOS_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_iOS_Calendar_CalendarSlotPresenter_IsSelected" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.IsSelected">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.IsSelected.html#C1_iOS_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_iOS_Calendar_CalendarSlotPresenter_MouseOverBrush" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.MouseOverBrush">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.MouseOverBrush.html#C1_iOS_Calendar_CalendarSlotPresenter_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">CoreAnimation.CALayer</span> that is used to paint the mouse over slot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Calendar_CalendarSlotPresenter_SelectedBrush" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.SelectedBrush">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.SelectedBrush.html#C1_iOS_Calendar_CalendarSlotPresenter_SelectedBrush">SelectedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">CoreAnimation.CALayer</span> that is used to paint the selected slot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Calendar_CalendarSlotPresenter_Slot" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.Slot">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.Slot.html#C1_iOS_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_iOS_Calendar_CalendarSlotPresenter_Dispose_System_Boolean_" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.Dispose(System.Boolean)">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.Dispose.html#C1_iOS_Calendar_CalendarSlotPresenter_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_iOS_Calendar_CalendarSlotPresenter_MovedToWindow" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.MovedToWindow">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.MovedToWindow.html#C1_iOS_Calendar_CalendarSlotPresenter_MovedToWindow">MovedToWindow()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_iOS_Calendar_CalendarSlotPresenter_OnRenderBackground_CoreGraphics_CGContext_CoreGraphics_CGRect_" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.OnRenderBackground(CoreGraphics.CGContext,CoreGraphics.CGRect)">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.OnRenderBackground.html#C1_iOS_Calendar_CalendarSlotPresenter_OnRenderBackground_CoreGraphics_CGContext_CoreGraphics_CGRect_">OnRenderBackground(CGContext, CGRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw the background of the control in the specified <code class="paramref">drawingContext</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Calendar_CalendarSlotPresenter_OnStyleChanged" data-uid="C1.iOS.Calendar.CalendarSlotPresenter.OnStyleChanged">
          <a class="xref" href="C1.iOS.Calendar.CalendarSlotPresenter.OnStyleChanged.html#C1_iOS_Calendar_CalendarSlotPresenter_OnStyleChanged">OnStyleChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the style changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
