# C1.Win.Calendar.UI.DayTitleStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Calendar_UI_DayTitleStyle" data-uid="C1.Win.Calendar.UI.DayTitleStyle" class="text-break">DayTitleStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Calendar.UI.DayTitleStyle.html">DayTitleStyle</a> class contains display attributes that
determine the appearance of <a class="xref" href="C1.Win.Calendar.C1CalendarView.html">C1CalendarView</a> day title 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">DayTitleStyle</span></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.10.dll</h6>
  <h5 id="C1_Win_Calendar_UI_DayTitleStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DayTitleStyle : BaseStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DayTitleStyle
    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_DayTitleStyle__ctor" data-uid="C1.Win.Calendar.UI.DayTitleStyle.#ctor">
          <a class="xref" href="C1.Win.Calendar.UI.DayTitleStyle.-ctor.html#C1_Win_Calendar_UI_DayTitleStyle__ctor">DayTitleStyle()</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_DayTitleStyle_BackImage" data-uid="C1.Win.Calendar.UI.DayTitleStyle.BackImage">
          <a class="xref" href="C1.Win.Calendar.UI.DayTitleStyle.BackImage.html#C1_Win_Calendar_UI_DayTitleStyle_BackImage">BackImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image for the DayTitle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_DayTitleStyle_BackImageAlignment" data-uid="C1.Win.Calendar.UI.DayTitleStyle.BackImageAlignment">
          <a class="xref" href="C1.Win.Calendar.UI.DayTitleStyle.BackImageAlignment.html#C1_Win_Calendar_UI_DayTitleStyle_BackImageAlignment">BackImageAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment used to render the background image of DayTitle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_DayTitleStyle_BackImageScaling" data-uid="C1.Win.Calendar.UI.DayTitleStyle.BackImageScaling">
          <a class="xref" href="C1.Win.Calendar.UI.DayTitleStyle.BackImageScaling.html#C1_Win_Calendar_UI_DayTitleStyle_BackImageScaling">BackImageScaling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scaling used to render the background image of DayTitle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_DayTitleStyle_Font" data-uid="C1.Win.Calendar.UI.DayTitleStyle.Font">
          <a class="xref" href="C1.Win.Calendar.UI.DayTitleStyle.Font.html#C1_Win_Calendar_UI_DayTitleStyle_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets text font of DayTitle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_DayTitleStyle_ForeColor" data-uid="C1.Win.Calendar.UI.DayTitleStyle.ForeColor">
          <a class="xref" href="C1.Win.Calendar.UI.DayTitleStyle.ForeColor.html#C1_Win_Calendar_UI_DayTitleStyle_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 text of DayTitle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_DayTitleStyle_Parent" data-uid="C1.Win.Calendar.UI.DayTitleStyle.Parent">
          <a class="xref" href="C1.Win.Calendar.UI.DayTitleStyle.Parent.html#C1_Win_Calendar_UI_DayTitleStyle_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>
  <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_Win_Calendar_UI_DayTitleStyle_ResetFont" data-uid="C1.Win.Calendar.UI.DayTitleStyle.ResetFont">
          <a class="xref" href="C1.Win.Calendar.UI.DayTitleStyle.ResetFont.html#C1_Win_Calendar_UI_DayTitleStyle_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_DayTitleStyle_ShouldSerializeFont" data-uid="C1.Win.Calendar.UI.DayTitleStyle.ShouldSerializeFont">
          <a class="xref" href="C1.Win.Calendar.UI.DayTitleStyle.ShouldSerializeFont.html#C1_Win_Calendar_UI_DayTitleStyle_ShouldSerializeFont">ShouldSerializeFont()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
