# C1.Win.Calendar.UI.BaseArrowStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Calendar_UI_BaseArrowStyle" data-uid="C1.Win.Calendar.UI.BaseArrowStyle" class="text-break">BaseArrowStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Calendar.UI.ArrowStyle.html">ArrowStyle</a> class contains display attributes that
determine the appearance of <a class="xref" href="C1.Win.Calendar.C1CalendarView.html">C1CalendarView</a> arrow button element on the screen.</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.Win.Calendar.UI.BaseStyle.html">BaseStyle</a></div>
    <div class="level2"><span class="xref">BaseArrowStyle</span></div>
      <div class="level3"><a class="xref" href="C1.Win.Calendar.UI.ArrowStyle.html">ArrowStyle</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Calendar.UI.html">C1.Win.Calendar.UI</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Calendar.4.8.dll</h6>
  <h5 id="C1_Win_Calendar_UI_BaseArrowStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BaseArrowStyle : BaseStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BaseArrowStyle
    Inherits BaseStyle</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_Win_Calendar_UI_BaseArrowStyle__ctor" data-uid="C1.Win.Calendar.UI.BaseArrowStyle.#ctor">
          <a class="xref" href="C1.Win.Calendar.UI.BaseArrowStyle.-ctor.html#C1_Win_Calendar_UI_BaseArrowStyle__ctor">BaseArrowStyle()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_Calendar_UI_BaseArrowStyle_BackImage" data-uid="C1.Win.Calendar.UI.BaseArrowStyle.BackImage">
          <a class="xref" href="C1.Win.Calendar.UI.BaseArrowStyle.BackImage.html#C1_Win_Calendar_UI_BaseArrowStyle_BackImage">BackImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image for the ArrowButton element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_BaseArrowStyle_BackImageAlignment" data-uid="C1.Win.Calendar.UI.BaseArrowStyle.BackImageAlignment">
          <a class="xref" href="C1.Win.Calendar.UI.BaseArrowStyle.BackImageAlignment.html#C1_Win_Calendar_UI_BaseArrowStyle_BackImageAlignment">BackImageAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment used to render the background image of ArrowButton.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_BaseArrowStyle_BackImageScaling" data-uid="C1.Win.Calendar.UI.BaseArrowStyle.BackImageScaling">
          <a class="xref" href="C1.Win.Calendar.UI.BaseArrowStyle.BackImageScaling.html#C1_Win_Calendar_UI_BaseArrowStyle_BackImageScaling">BackImageScaling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scaling used to render the background image of ArrowButton.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_BaseArrowStyle_ForeColor" data-uid="C1.Win.Calendar.UI.BaseArrowStyle.ForeColor">
          <a class="xref" href="C1.Win.Calendar.UI.BaseArrowStyle.ForeColor.html#C1_Win_Calendar_UI_BaseArrowStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the arrow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_BaseArrowStyle_Parent" data-uid="C1.Win.Calendar.UI.BaseArrowStyle.Parent">
          <a class="xref" href="C1.Win.Calendar.UI.BaseArrowStyle.Parent.html#C1_Win_Calendar_UI_BaseArrowStyle_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent collection. If some properties are reset or not initialized,
the collection will search for them from the parent.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
