# C1.Win.Calendar.UI.MonthTitleStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Calendar_UI_MonthTitleStyle" data-uid="C1.Win.Calendar.UI.MonthTitleStyle" class="text-break">MonthTitleStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Calendar.UI.MonthTitleStyle.html">MonthTitleStyle</a> class contains display attributes that
determine the appearance of <a class="xref" href="C1.Win.Calendar.C1CalendarView.html">C1CalendarView</a> month 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">MonthTitleStyle</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_MonthTitleStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MonthTitleStyle : BaseStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MonthTitleStyle
    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_MonthTitleStyle__ctor" data-uid="C1.Win.Calendar.UI.MonthTitleStyle.#ctor">
          <a class="xref" href="C1.Win.Calendar.UI.MonthTitleStyle.-ctor.html#C1_Win_Calendar_UI_MonthTitleStyle__ctor">MonthTitleStyle()</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_MonthTitleStyle_BackImage" data-uid="C1.Win.Calendar.UI.MonthTitleStyle.BackImage">
          <a class="xref" href="C1.Win.Calendar.UI.MonthTitleStyle.BackImage.html#C1_Win_Calendar_UI_MonthTitleStyle_BackImage">BackImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image for the MonthTitle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_MonthTitleStyle_BackImageAlignment" data-uid="C1.Win.Calendar.UI.MonthTitleStyle.BackImageAlignment">
          <a class="xref" href="C1.Win.Calendar.UI.MonthTitleStyle.BackImageAlignment.html#C1_Win_Calendar_UI_MonthTitleStyle_BackImageAlignment">BackImageAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment used to render the background image of MonthTitle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_MonthTitleStyle_BackImageScaling" data-uid="C1.Win.Calendar.UI.MonthTitleStyle.BackImageScaling">
          <a class="xref" href="C1.Win.Calendar.UI.MonthTitleStyle.BackImageScaling.html#C1_Win_Calendar_UI_MonthTitleStyle_BackImageScaling">BackImageScaling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scaling used to render the background image of MonthTitle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_MonthTitleStyle_Font" data-uid="C1.Win.Calendar.UI.MonthTitleStyle.Font">
          <a class="xref" href="C1.Win.Calendar.UI.MonthTitleStyle.Font.html#C1_Win_Calendar_UI_MonthTitleStyle_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets text font of MonthTitle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_MonthTitleStyle_ForeColor" data-uid="C1.Win.Calendar.UI.MonthTitleStyle.ForeColor">
          <a class="xref" href="C1.Win.Calendar.UI.MonthTitleStyle.ForeColor.html#C1_Win_Calendar_UI_MonthTitleStyle_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 MonthTitle element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_MonthTitleStyle_Trimming" data-uid="C1.Win.Calendar.UI.MonthTitleStyle.Trimming">
          <a class="xref" href="C1.Win.Calendar.UI.MonthTitleStyle.Trimming.html#C1_Win_Calendar_UI_MonthTitleStyle_Trimming">Trimming</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to trim characters that do not fit in the space available.</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_MonthTitleStyle_ResetFont" data-uid="C1.Win.Calendar.UI.MonthTitleStyle.ResetFont">
          <a class="xref" href="C1.Win.Calendar.UI.MonthTitleStyle.ResetFont.html#C1_Win_Calendar_UI_MonthTitleStyle_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_MonthTitleStyle_ShouldSerializeFont" data-uid="C1.Win.Calendar.UI.MonthTitleStyle.ShouldSerializeFont">
          <a class="xref" href="C1.Win.Calendar.UI.MonthTitleStyle.ShouldSerializeFont.html#C1_Win_Calendar_UI_MonthTitleStyle_ShouldSerializeFont">ShouldSerializeFont()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
