# C1.WPF.Viewer.FlexViewerToolFrameContent

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Viewer_FlexViewerToolFrameContent" data-uid="C1.WPF.Viewer.FlexViewerToolFrameContent" class="text-break">FlexViewerToolFrameContent Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates which content should be displayed in the tool frame.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Viewer.html">C1.WPF.Viewer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Viewer.dll</h6>
  <h5 id="C1_WPF_Viewer_FlexViewerToolFrameContent_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlexViewerToolFrameContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlexViewerToolFrameContent</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_WPF_Viewer_FlexViewerToolFrameContent_None">None</td>
        <td><p>The tool frame is not displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewerToolFrameContent_Outlines">Outlines</td>
        <td><p>The Outlines panel is shown in the tool frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewerToolFrameContent_PageSettings">PageSettings</td>
        <td><p>The Page Settings panel is shown in the tool frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewerToolFrameContent_Parameters">Parameters</td>
        <td><p>The Parameters panel is shown in the tool frame.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
