# FarPoint.Web.Spread.TitleInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_TitleInfo" data-uid="FarPoint.Web.Spread.TitleInfo" class="text-break">TitleInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about the title bar in the Spread component.</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">TitleInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_TitleInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class TitleInfo : ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class TitleInfo
    Implements ISerializeSupport</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="FarPoint_Web_Spread_TitleInfo__ctor" data-uid="FarPoint.Web.Spread.TitleInfo.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.-ctor.html#FarPoint_Web_Spread_TitleInfo__ctor">TitleInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates information about the title bar.</p>
</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="FarPoint_Web_Spread_TitleInfo_BackColor" data-uid="FarPoint.Web.Spread.TitleInfo.BackColor">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.BackColor.html#FarPoint_Web_Spread_TitleInfo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the title bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_Background" data-uid="FarPoint.Web.Spread.TitleInfo.Background">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.Background.html#FarPoint_Web_Spread_TitleInfo_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background of the title bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_Border" data-uid="FarPoint.Web.Spread.TitleInfo.Border">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.Border.html#FarPoint_Web_Spread_TitleInfo_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border of the title bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_CellType" data-uid="FarPoint.Web.Spread.TitleInfo.CellType">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.CellType.html#FarPoint_Web_Spread_TitleInfo_CellType">CellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of cell for the title bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_Font" data-uid="FarPoint.Web.Spread.TitleInfo.Font">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.Font.html#FarPoint_Web_Spread_TitleInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font settings of the title bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_ForeColor" data-uid="FarPoint.Web.Spread.TitleInfo.ForeColor">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.ForeColor.html#FarPoint_Web_Spread_TitleInfo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color of the title bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_Height" data-uid="FarPoint.Web.Spread.TitleInfo.Height">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.Height.html#FarPoint_Web_Spread_TitleInfo_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title bar height.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_HorizontalAlign" data-uid="FarPoint.Web.Spread.TitleInfo.HorizontalAlign">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.HorizontalAlign.html#FarPoint_Web_Spread_TitleInfo_HorizontalAlign">HorizontalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the title bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_Margin" data-uid="FarPoint.Web.Spread.TitleInfo.Margin">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.Margin.html#FarPoint_Web_Spread_TitleInfo_Margin">Margin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin of the title bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_Text" data-uid="FarPoint.Web.Spread.TitleInfo.Text">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.Text.html#FarPoint_Web_Spread_TitleInfo_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title bar text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_VerticalAlign" data-uid="FarPoint.Web.Spread.TitleInfo.VerticalAlign">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.VerticalAlign.html#FarPoint_Web_Spread_TitleInfo_VerticalAlign">VerticalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the title bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_Visible" data-uid="FarPoint.Web.Spread.TitleInfo.Visible">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.Visible.html#FarPoint_Web_Spread_TitleInfo_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Spread component displays the title information.</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="FarPoint_Web_Spread_TitleInfo_CopyFrom_System_Object_" data-uid="FarPoint.Web.Spread.TitleInfo.CopyFrom(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.CopyFrom.html#FarPoint_Web_Spread_TitleInfo_CopyFrom_System_Object_">CopyFrom(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the title bar information of the specified object to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.TitleInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.Deserialize.html#FarPoint_Web_Spread_TitleInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the title bar information from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_Reset" data-uid="FarPoint.Web.Spread.TitleInfo.Reset">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.Reset.html#FarPoint_Web_Spread_TitleInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the title bar information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TitleInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.TitleInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.TitleInfo.Serialize.html#FarPoint_Web_Spread_TitleInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the title bar information to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
