# GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.Font

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_Field_Font_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.Font*">Font Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_Fields_Field_Font_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.Font*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_Field_Font" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.Font">Font</h4>
<div class="markdown level1 summary"><p>Gets or sets the font of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.html">Field</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Font Font { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Font As Font</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="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object indicates the Font of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.html">Field</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_Field_Font_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
      The <b>Font</b> property is an ambient property. An ambient property is a control property that, 
      if not set, is retrieved from the parent control. For example, a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.button">Button</a> will have the same
      <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backcolor">BackColor</a> as its parent <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a> by default. 
    </p>
<p></p>
<p>
      Because the <b>Font</b> is immutable (meaning that you cannot adjust any of its properties), you can only assign the <b>Font</b> property a new <b>Font</b>. 
      However, you can base the new font on the existing font.
    </p>
</div>
</div>
