# C1.WPF.Ribbon.ToolLabelVisibility

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Ribbon_ToolLabelVisibility" data-uid="C1.WPF.Ribbon.ToolLabelVisibility" class="text-break">ToolLabelVisibility Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the visibility of the label of a tool.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Ribbon.html">C1.WPF.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Ribbon.dll</h6>
  <h5 id="C1_WPF_Ribbon_ToolLabelVisibility_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ToolLabelVisibility</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ToolLabelVisibility</code></pre>
  </div>
  <h5 id="C1_WPF_Ribbon_ToolLabelVisibility_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p><a class="xref" href="C1.WPF.Ribbon.ToolLabelVisibility.html#C1_WPF_Ribbon_ToolLabelVisibility_Inherited">Inherited</a> value allows <a class="xref" href="C1.WPF.Ribbon.C1Ribbon.html">C1Ribbon</a> and <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.html">C1ToolStrip</a> to set a specific value.</p>
</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_WPF_Ribbon_ToolLabelVisibility_Collapsed">Collapsed</td>
        <td><p>The label is not visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_ToolLabelVisibility_Inherited">Inherited</td>
        <td><p>The visibility will be determined by the parent <a class="xref" href="C1.WPF.Ribbon.C1Ribbon.html">C1Ribbon</a> or <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.html">C1ToolStrip</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_ToolLabelVisibility_Visible">Visible</td>
        <td><p>The label is visible.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
