# C1.Win.GanttView.BarShape

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_BarShape" data-uid="C1.Win.GanttView.BarShape" class="text-break">BarShape Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the shape of a bar, such as a task bar or progress bar.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_BarShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BarShape</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BarShape</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_GanttView_BarShape_BottomBar">BottomBar</td>
        <td><p>Displays a medium-sized bar at the bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarShape_BottomLine">BottomLine</td>
        <td><p>Displays a thin line at the bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarShape_Frame">Frame</td>
        <td><p>Displays a frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarShape_HalfFrame">HalfFrame</td>
        <td><p>Displays a frame at the top part.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarShape_MiddleBar">MiddleBar</td>
        <td><p>Displays a thin bar at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarShape_MiddleLine">MiddleLine</td>
        <td><p>Displays a thin line at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarShape_None">None</td>
        <td><p>Hide the bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarShape_ThickBar">ThickBar</td>
        <td><p>Displays a thick (full) bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarShape_TopBar">TopBar</td>
        <td><p>Displays a medium-sized bar at the top.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BarShape_TopLine">TopLine</td>
        <td><p>Displays a thin line at the top.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
