# GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle" class="text-break">TextStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents the type of text style.</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">TextStyle</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.html">GrapeCity.ActiveReports.Rendering.Components.Dashboard</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextStyle</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="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle__ctor_System_String_GrapeCity_ActiveReports_PageReportModel_Length_GrapeCity_ActiveReports_Drawing_FontStyleEx_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.#ctor(System.String,GrapeCity.ActiveReports.PageReportModel.Length,GrapeCity.ActiveReports.Drawing.FontStyleEx,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.-ctor.html#GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle__ctor_System_String_GrapeCity_ActiveReports_PageReportModel_Length_GrapeCity_ActiveReports_Drawing_FontStyleEx_System_Drawing_Color_">TextStyle(string, Length, FontStyleEx, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.html">TextStyle</a> class with the specified font family, font size, font style, and color.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontColorPropertyName" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontColorPropertyName">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontColorPropertyName.html">FontColorPropertyName</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontFamilyPropertyName" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontFamilyPropertyName">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontFamilyPropertyName.html">FontFamilyPropertyName</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontSizePropertyName" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontSizePropertyName">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontSizePropertyName.html">FontSizePropertyName</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontStylePropertyName" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontStylePropertyName">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontStylePropertyName.html">FontStylePropertyName</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="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontColor" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontColor">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontColor.html#GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontColor">FontColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color used to draw the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontFamily" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontFamily">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontFamily.html#GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontFamily">FontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontSize" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontSize">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontSize.html#GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font size measured in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontStyle" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontStyle">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.FontStyle.html#GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_FontStyle">FontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font style.</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="GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_Parse_GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag_System_String_GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.Parse(GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag,System.String,GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.Parse.html#GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_Parse_GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag_System_String_GrapeCity_ActiveReports_Rendering_Components_Dashboard_TextStyle_">Parse(IPropertyBag, string, TextStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Collects <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.html">TextStyle</a> instance from <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag.html">IPropertyBag</a> using the given substitution.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
