# FarPoint.Web.Spread.AppearanceProperty

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_AppearanceProperty" data-uid="FarPoint.Web.Spread.AppearanceProperty" class="text-break">AppearanceProperty Class
</h1>
  <div class="markdown level0 summary"><p>Represents the object appearance settings.</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">AppearanceProperty</span></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_AppearanceProperty_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AppearanceProperty</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AppearanceProperty</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_AppearanceProperty__ctor_System_String_" data-uid="FarPoint.Web.Spread.AppearanceProperty.#ctor(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.-ctor.html#FarPoint_Web_Spread_AppearanceProperty__ctor_System_String_">AppearanceProperty(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an AppearanceProperty object with the given name.</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="FarPoint_Web_Spread_AppearanceProperty_BackColor" data-uid="FarPoint.Web.Spread.AppearanceProperty.BackColor">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.BackColor.html">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BackColor property (index is 0), which specifies the background color of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AppearanceProperty_EncodeValue" data-uid="FarPoint.Web.Spread.AppearanceProperty.EncodeValue">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.EncodeValue.html">EncodeValue</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the EncodeValue property (index is 7), which specifies the EncodeValue of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AppearanceProperty_Font" data-uid="FarPoint.Web.Spread.AppearanceProperty.Font">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.Font.html">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the Font property (index is 1), which specifies the font characteristics of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AppearanceProperty_ForeColor" data-uid="FarPoint.Web.Spread.AppearanceProperty.ForeColor">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.ForeColor.html">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the ForeColor property (index is 2), which specifies the text color of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AppearanceProperty_HorizontalAlign" data-uid="FarPoint.Web.Spread.AppearanceProperty.HorizontalAlign">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.HorizontalAlign.html">HorizontalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the HorizontalAlign property (index is 3), which specifies the horizontal alignment of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AppearanceProperty_ImeMode" data-uid="FarPoint.Web.Spread.AppearanceProperty.ImeMode">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.ImeMode.html">ImeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the ImeMode property (index is 6), which specifies the imemode of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AppearanceProperty_VerticalAlign" data-uid="FarPoint.Web.Spread.AppearanceProperty.VerticalAlign">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.VerticalAlign.html">VerticalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the VerticalAlign property (index is 4), which specifies the vertical alignment of the object.</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_AppearanceProperty_GetIndex_FarPoint_Web_Spread_AppearanceProperty_" data-uid="FarPoint.Web.Spread.AppearanceProperty.GetIndex(FarPoint.Web.Spread.AppearanceProperty)">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.GetIndex.html#FarPoint_Web_Spread_AppearanceProperty_GetIndex_FarPoint_Web_Spread_AppearanceProperty_">GetIndex(AppearanceProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the integer value associated with the given AppearanceProperty object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AppearanceProperty_ToString" data-uid="FarPoint.Web.Spread.AppearanceProperty.ToString">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.ToString.html#FarPoint_Web_Spread_AppearanceProperty_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the property name as a string.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</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_AppearanceProperty_op_Implicit_FarPoint_Web_Spread_AppearanceProperty__System_Int32" data-uid="FarPoint.Web.Spread.AppearanceProperty.op_Implicit(FarPoint.Web.Spread.AppearanceProperty)~System.Int32">
          <a class="xref" href="FarPoint.Web.Spread.AppearanceProperty.op_Implicit.html#FarPoint_Web_Spread_AppearanceProperty_op_Implicit_FarPoint_Web_Spread_AppearanceProperty__System_Int32">implicit operator int(AppearanceProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an AppearanceProperty object to an integer value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
