# C1.Win.FlexGrid.BasePropStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_BasePropStyle" data-uid="C1.Win.FlexGrid.BasePropStyle" class="text-break">BasePropStyle Class
</h1>
  <div class="markdown level0 summary"><p>Base style with basic properties.</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="C1.Win.FlexGrid.BaseStyle.html">BaseStyle</a></div>
    <div class="level2"><span class="xref">BasePropStyle</span></div>
      <div class="level3"><a class="xref" href="C1.Win.FlexGrid.BaseContentStyle.html">BaseContentStyle</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.GroupPanel.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_BasePropStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BasePropStyle : BaseStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BasePropStyle
    Inherits BaseStyle</code></pre>
  </div>
  <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="C1_Win_FlexGrid_BasePropStyle_BackColor" data-uid="C1.Win.FlexGrid.BasePropStyle.BackColor">
          <a class="xref" href="C1.Win.FlexGrid.BasePropStyle.BackColor.html#C1_Win_FlexGrid_BasePropStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_BasePropStyle_Border" data-uid="C1.Win.FlexGrid.BasePropStyle.Border">
          <a class="xref" href="C1.Win.FlexGrid.BasePropStyle.Border.html#C1_Win_FlexGrid_BasePropStyle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the border around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_BasePropStyle_BorderColor" data-uid="C1.Win.FlexGrid.BasePropStyle.BorderColor">
          <a class="xref" href="C1.Win.FlexGrid.BasePropStyle.BorderColor.html#C1_Win_FlexGrid_BasePropStyle_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to draw the border around the element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
