# C1.Win.Layout.HeaderAppearance

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Layout_HeaderAppearance" data-uid="C1.Win.Layout.HeaderAppearance" class="text-break">HeaderAppearance Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the header appearance.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Layout.html">C1.Win.Layout</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DashboardLayout.10.dll</h6>
  <h5 id="C1_Win_Layout_HeaderAppearance_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum HeaderAppearance</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum HeaderAppearance</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_Layout_HeaderAppearance_Empty">Empty</td>
        <td><p>There are no buttons on the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_HeaderAppearance_MaximizeButton">MaximizeButton</td>
        <td><p>The maximize button is present.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_HeaderAppearance_ToolIconButton">ToolIconButton</td>
        <td><p>The tool icon button is present.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
