# FarPoint.Win.Spread.AppearanceStyleInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_AppearanceStyleInfo" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo" class="text-break">AppearanceStyleInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the set of cell style settings for the validation.</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"><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></div>
    <div class="level2"><span class="xref">AppearanceStyleInfo</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Spread.CombinedStyleInfo.html">CombinedStyleInfo</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Spread.ConditionalStyleInfo.html">ConditionalStyleInfo</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Spread.DynamicStyleInfo.html">DynamicStyleInfo</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.html">NamedAppearanceStyleInfo</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ICanSerializeXml.html">ICanSerializeXml</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable">IComparable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_AppearanceStyleInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_abv))]
public class AppearanceStyleInfo : StyleInfo, ICanSerializeXml, IComparable, IComparable&lt;StyleInfo&gt;, ICloneable, ISerializable, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_abv))&gt;
Public Class AppearanceStyleInfo
    Inherits StyleInfo
    Implements ICanSerializeXml, IComparable, IComparable(Of StyleInfo), ICloneable, ISerializable, 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_Win_Spread_AppearanceStyleInfo__ctor" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.-ctor.html#FarPoint_Win_Spread_AppearanceStyleInfo__ctor">AppearanceStyleInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a CellStyle instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.-ctor.html#FarPoint_Win_Spread_AppearanceStyleInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">AppearanceStyleInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of this class.</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_Win_Spread_AppearanceStyleInfo_BackColor" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.BackColor">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.BackColor.html#FarPoint_Win_Spread_AppearanceStyleInfo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell background color for the notification style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_Font" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.Font">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.Font.html#FarPoint_Win_Spread_AppearanceStyleInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font settings of the cell for the notification style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_ForeColor" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.ForeColor">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.ForeColor.html#FarPoint_Win_Spread_AppearanceStyleInfo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color of the cell for the notification style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_HorizontalAlignment" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.HorizontalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.HorizontalAlignment.html#FarPoint_Win_Spread_AppearanceStyleInfo_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the contents of the cell style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_TextIndent" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.TextIndent">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.TextIndent.html#FarPoint_Win_Spread_AppearanceStyleInfo_TextIndent">TextIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount to indent the text for the cell style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_VerticalAlignment" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.VerticalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.VerticalAlignment.html#FarPoint_Win_Spread_AppearanceStyleInfo_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of contents of the cell 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="FarPoint_Win_Spread_AppearanceStyleInfo_Clone" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.Clone">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.Clone.html#FarPoint_Win_Spread_AppearanceStyleInfo_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a clone of the current object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.Deserialize.html#FarPoint_Win_Spread_AppearanceStyleInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_Equals_System_Object_" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.Equals.html#FarPoint_Win_Spread_AppearanceStyleInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_GetActualStyle_FarPoint_Win_Spread_DynamicStyleInfoContext_" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.GetActualStyle(FarPoint.Win.Spread.DynamicStyleInfoContext)">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.GetActualStyle.html#FarPoint_Win_Spread_AppearanceStyleInfo_GetActualStyle_FarPoint_Win_Spread_DynamicStyleInfoContext_">GetActualStyle(DynamicStyleInfoContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_GetHashCode" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.GetHashCode">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.GetHashCode.html#FarPoint_Win_Spread_AppearanceStyleInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for a particular type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.GetObjectData.html#FarPoint_Win_Spread_AppearanceStyleInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.Serialize.html#FarPoint_Win_Spread_AppearanceStyleInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AppearanceStyleInfo_ToString" data-uid="FarPoint.Win.Spread.AppearanceStyleInfo.ToString">
          <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.ToString.html#FarPoint_Win_Spread_AppearanceStyleInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
