# C1.Win.Layout.ToolIconAppearance

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Layout_ToolIconAppearance" data-uid="C1.Win.Layout.ToolIconAppearance" class="text-break">ToolIconAppearance Enum
</h1>
  <div class="markdown level0 summary"><p>Gets or sets location of tool icon.</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_ToolIconAppearance_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ToolIconAppearance</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ToolIconAppearance</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_ToolIconAppearance_LowerLeft">LowerLeft</td>
        <td><p>Tool icon is on the lower left corner</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_ToolIconAppearance_LowerRight">LowerRight</td>
        <td><p>Tool icon is on the lower right corner</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_ToolIconAppearance_None">None</td>
        <td><p>No tool icon</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_ToolIconAppearance_UpperLeft">UpperLeft</td>
        <td><p>Tool icon is on the upper left corner</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_ToolIconAppearance_UpperRight">UpperRight</td>
        <td><p>Tool icon is on the upper right corner</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
