# C1.Win.FlexGrid.VisualStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_VisualStyle" data-uid="C1.Win.FlexGrid.VisualStyle" class="text-break">VisualStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies a visual style to use when rendering the control.</p>
</div>
  <div class="markdown level0 conceptual"></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.4.8.dll</h6>
  <h5 id="C1_Win_FlexGrid_VisualStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum VisualStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum VisualStyle</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_FlexGrid_VisualStyle_Custom">Custom</td>
        <td><p>Do not use any visual styles. Render the control using the styles and properties only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_VisualStyle_Office2007Black">Office2007Black</td>
        <td><p>Render the control with an appearance based on the Office 2007 Black color scheme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_VisualStyle_Office2007Blue">Office2007Blue</td>
        <td><p>Render the control with an appearance based on the Office 2007 Blue color scheme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_VisualStyle_Office2007Silver">Office2007Silver</td>
        <td><p>Render the control with an appearance based on the Office 2007 Silver color scheme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_VisualStyle_Office2010Black">Office2010Black</td>
        <td><p>Render the control with an appearance based on the Office 2010 Black color scheme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_VisualStyle_Office2010Blue">Office2010Blue</td>
        <td><p>Render the control with an appearance based on the Office 2010 Blue color scheme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_VisualStyle_Office2010Silver">Office2010Silver</td>
        <td><p>Render the control with an appearance based on the Office 2010 Silver color scheme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_VisualStyle_System">System</td>
        <td><p>Render the control with an appearance based on the current system settings.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
