# GrapeCity.ActiveReports.SectionReportModel.Style

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_SectionReportModel_Style" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style" class="text-break">Style Class
</h1>
  <div class="markdown level0 summary"><p>Represents the formatting properties of a control.</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">Style</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.html">GrapeCity.ActiveReports.SectionReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_SectionReportModel_Style_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Style</code></pre>
  </div>
  <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="GrapeCity_ActiveReports_SectionReportModel_Style_Alignment" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.Alignment">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.Alignment.html#GrapeCity_ActiveReports_SectionReportModel_Style_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal text alignment of the control to which the style is applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_BackColor" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.BackColor">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.BackColor.html#GrapeCity_ActiveReports_SectionReportModel_Style_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the control.  Null if the property is inherited from the Style parent or not to be set on the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_CharacterSet" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.CharacterSet">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.CharacterSet.html#GrapeCity_ActiveReports_SectionReportModel_Style_CharacterSet">CharacterSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CharacterSet of the control. The value must be cast as a byte.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_FontBold" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.FontBold">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.FontBold.html#GrapeCity_ActiveReports_SectionReportModel_Style_FontBold">FontBold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Font.Bold property of the control. Null if the property is inherited from the Style parent or not to be set on the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_FontItalic" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.FontItalic">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.FontItalic.html#GrapeCity_ActiveReports_SectionReportModel_Style_FontItalic">FontItalic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Font.Italic property of the control. Null if the property is inherited from the Style parent or not to be set on the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_FontName" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.FontName">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.FontName.html#GrapeCity_ActiveReports_SectionReportModel_Style_FontName">FontName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Font.Name property of the control.  Null if the property is inherited from the Style parent or not to be set on the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_FontSize" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.FontSize">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.FontSize.html#GrapeCity_ActiveReports_SectionReportModel_Style_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the font used to render the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_FontStrikeThrough" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.FontStrikeThrough">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.FontStrikeThrough.html#GrapeCity_ActiveReports_SectionReportModel_Style_FontStrikeThrough">FontStrikeThrough</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Font.StrikeThrough property of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_FontUnderline" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.FontUnderline">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.FontUnderline.html#GrapeCity_ActiveReports_SectionReportModel_Style_FontUnderline">FontUnderline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Font.Underline property of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_FontVertical" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.FontVertical">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.FontVertical.html#GrapeCity_ActiveReports_SectionReportModel_Style_FontVertical">FontVertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Font.Vertical property of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_ForeColor" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.ForeColor">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.ForeColor.html#GrapeCity_ActiveReports_SectionReportModel_Style_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_Name" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.Name">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.Name.html#GrapeCity_ActiveReports_SectionReportModel_Style_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unique name of the style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_Parent" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.Parent">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.Parent.html#GrapeCity_ActiveReports_SectionReportModel_Style_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_Value" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.Value">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.Value.html#GrapeCity_ActiveReports_SectionReportModel_Style_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a Cascading Style Sheets (CSS) string representation of the Style properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Style_VerticalAlignment" data-uid="GrapeCity.ActiveReports.SectionReportModel.Style.VerticalAlignment">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Style.VerticalAlignment.html#GrapeCity_ActiveReports_SectionReportModel_Style_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of text within the bounds of the control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
