# FarPoint.Web.Spread.PagerInfo.ForeColor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_PagerInfo_ForeColor_" data-uid="FarPoint.Web.Spread.PagerInfo.ForeColor*">ForeColor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_PagerInfo_ForeColor_" data-uid="FarPoint.Web.Spread.PagerInfo.ForeColor*"></a>
<h4 id="FarPoint_Web_Spread_PagerInfo_ForeColor" data-uid="FarPoint.Web.Spread.PagerInfo.ForeColor">ForeColor</h4>
<div class="markdown level1 summary"><p>Gets or sets the text color in the page navigation aids.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Bindable(true)]
[TypeConverter(typeof(WebColorConverter))]
public Color ForeColor { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Bindable(True)&gt;
&lt;TypeConverter(GetType(WebColorConverter))&gt;
Public Property ForeColor As Color</code></pre>
</div>
</div>
