# GrapeCity.Documents.Pdf.Annotations.Model3DAnnotation.ShowToolbar

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_Annotations_Model3DAnnotation_ShowToolbar_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DAnnotation.ShowToolbar*">ShowToolbar Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_Annotations_Model3DAnnotation_ShowToolbar_" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DAnnotation.ShowToolbar*"></a>
<h4 id="GrapeCity_Documents_Pdf_Annotations_Model3DAnnotation_ShowToolbar" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DAnnotation.ShowToolbar">ShowToolbar</h4>
<div class="markdown level1 summary"><p>Gets or sets the value indicating the default behavior of an interactive toolbar
associated with this annotation.
If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, the toolbar should be displayed when the annotation is activated and given focus.
If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>, the toolbar should not be displayed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ShowToolbar { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ShowToolbar As Boolean</code></pre>
</div>
</div>
