# GrapeCity.ActiveReports.PageReportModel.Style.FontWeight

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_Style_FontWeight_" data-uid="GrapeCity.ActiveReports.PageReportModel.Style.FontWeight*">FontWeight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_Style_FontWeight_" data-uid="GrapeCity.ActiveReports.PageReportModel.Style.FontWeight*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_Style_FontWeight" data-uid="GrapeCity.ActiveReports.PageReportModel.Style.FontWeight">FontWeight</h4>
<div class="markdown level1 summary"><p>Gets or sets a thickness of the font.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[ExpressionBaseType(typeof(FontWeight))]
public ExpressionInfo FontWeight { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a></td>
      <td><p>An <a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a> object that evaluates to a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.FontWeight.html">FontWeight</a> enumeration or a number between 0 and 900 indicating the thickness of the font.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_Style_FontWeight_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Valid values are listed in the table below.</p>
<table><thead><tr><th class="term">FontWeight</th><th class="description">Description</th></tr></thead><tbody><tr><td class="term">Lighter</td><td class="description">A lighter font weight with a numeric value of 0.</td></tr><tr><td class="term">Thin</td><td class="description">A thin font weight with a numeric value of 100.</td></tr><tr><td class="term">ExtraLight</td><td class="description">An extra-light font weight with a numeric value of 200.</td></tr><tr><td class="term">Light</td><td class="description">A light font weight with a numeric value of 300.</td></tr><tr><td class="term">Normal (Default)</td><td class="description">A normal font weight with a numeric value of 400.</td></tr><tr><td class="term">Medium</td><td class="description">A medium font weight with a numeric value of 500.</td></tr><tr><td class="term">Semibold</td><td class="description">A semi-bold font weight with a numeric value of 600.</td></tr><tr><td class="term">Bold</td><td class="description">A bold font weight with a numeric value of 700.</td></tr><tr><td class="term">Extrabold</td><td class="description">An extra-bold font weight with a numeric value of 800.</td></tr><tr><td class="term">Heavy</td><td class="description">The heaviest possible font weight with a numeric value of 900.</td></tr><tr><td class="term">Bolder</td><td class="description">Selects the next value that is darker than the inherited value.</td></tr></tbody></table>
</div>
</div>
