# GrapeCity.Win.Spread.InputMan.CellType.Style

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_Style" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style" class="text-break">Style Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>Style</b> class.</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">Style</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_Style_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(StyleConverter))]
public class Style : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(StyleConverter))&gt;
Public Class Style
    Implements ICloneable</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="GrapeCity_Win_Spread_InputMan_CellType_Style__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_Style__ctor">Style()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.html">Style</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style__ctor_System_Drawing_Color_GrapeCity_Win_Spread_InputMan_CellType_Bevel_System_Drawing_Color_System_Windows_Forms_BorderStyle_System_Drawing_Font_GrapeCity_Win_Spread_InputMan_CellType_TextEffect_System_Drawing_Color_System_Drawing_ContentAlignment_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.#ctor(System.Drawing.Color,GrapeCity.Win.Spread.InputMan.CellType.Bevel,System.Drawing.Color,System.Windows.Forms.BorderStyle,System.Drawing.Font,GrapeCity.Win.Spread.InputMan.CellType.TextEffect,System.Drawing.Color,System.Drawing.ContentAlignment)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_Style__ctor_System_Drawing_Color_GrapeCity_Win_Spread_InputMan_CellType_Bevel_System_Drawing_Color_System_Windows_Forms_BorderStyle_System_Drawing_Font_GrapeCity_Win_Spread_InputMan_CellType_TextEffect_System_Drawing_Color_System_Drawing_ContentAlignment_">Style(Color, Bevel, Color, BorderStyle, Font, TextEffect, Color, ContentAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.html">Style</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style__ctor_System_Drawing_Color_System_Drawing_Color_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.#ctor(System.Drawing.Color,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_Style__ctor_System_Drawing_Color_System_Drawing_Color_">Style(Color, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.html">Style</a> class with the specified initialization properties.</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="GrapeCity_Win_Spread_InputMan_CellType_Style_BackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.BackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.BackColor.html#GrapeCity_Win_Spread_InputMan_CellType_Style_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the background.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style_Bevel" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.Bevel">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.Bevel.html#GrapeCity_Win_Spread_InputMan_CellType_Style_Bevel">Bevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bevel effect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style_BorderColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.BorderColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.BorderColor.html#GrapeCity_Win_Spread_InputMan_CellType_Style_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style_BorderStyle" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.BorderStyle">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.BorderStyle.html#GrapeCity_Win_Spread_InputMan_CellType_Style_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style_ContentAlignment" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.ContentAlignment">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.ContentAlignment.html#GrapeCity_Win_Spread_InputMan_CellType_Style_ContentAlignment">ContentAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content alignment of the text .</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style_Font" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.Font">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.Font.html#GrapeCity_Win_Spread_InputMan_CellType_Style_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.html">Style</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style_ForeColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.ForeColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.ForeColor.html#GrapeCity_Win_Spread_InputMan_CellType_Style_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the foreground.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style_TextEffect" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.TextEffect">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.TextEffect.html#GrapeCity_Win_Spread_InputMan_CellType_Style_TextEffect">TextEffect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text effect.</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="GrapeCity_Win_Spread_InputMan_CellType_Style_Clone" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.Clone">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.Clone.html#GrapeCity_Win_Spread_InputMan_CellType_Style_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an exact copy of this <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.html">Style</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style_Equals_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.Equals.html#GrapeCity_Win_Spread_InputMan_CellType_Style_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 the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Style_GetHashCode" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Style.GetHashCode">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Style.GetHashCode.html#GrapeCity_Win_Spread_InputMan_CellType_Style_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for a particular type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
