# C1.WPF.Toolbar.C1ToolbarToggleItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Toolbar_C1ToolbarToggleItem" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem" class="text-break">C1ToolbarToggleItem Class
</h1>
  <div class="markdown level0 summary"><p>C1Icon for toggle buttons</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</a></div>
    <div class="level8"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.buttonbase">ButtonBase</a></div>
    <div class="level9"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.togglebutton">ToggleButton</a></div>
    <div class="level10"><span class="xref">C1ToolbarToggleItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommandsource">ICommandSource</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Toolbar.html">C1.WPF.Toolbar</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Toolbar.4.6.2.dll</h6>
  <h5 id="C1_WPF_Toolbar_C1ToolbarToggleItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;BackgroundElement&quot;, Type = typeof(Border))]
[TemplatePart(Name = &quot;MouseOverElement&quot;, Type = typeof(Border))]
[TemplatePart(Name = &quot;PressedElement&quot;, Type = typeof(Border))]
[TemplatePart(Name = &quot;LargeView&quot;, Type = typeof(StackPanel))]
[TemplatePart(Name = &quot;MediumView&quot;, Type = typeof(StackPanel))]
[TemplatePart(Name = &quot;SmallView&quot;, Type = typeof(StackPanel))]
[TemplatePart(Name = &quot;ContentPresenter&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;LargeContentPresenter&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;MediumContentPresenter&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;SmallContentPresenter&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;LargeIconContainer&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;MediumIconContainer&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;SmallIconContainer&quot;, Type = typeof(ContentControl))]
public class C1ToolbarToggleItem : ToggleButton, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;BackgroundElement&quot;, Type:=GetType(Border))&gt;
&lt;TemplatePart(Name:=&quot;MouseOverElement&quot;, Type:=GetType(Border))&gt;
&lt;TemplatePart(Name:=&quot;PressedElement&quot;, Type:=GetType(Border))&gt;
&lt;TemplatePart(Name:=&quot;LargeView&quot;, Type:=GetType(StackPanel))&gt;
&lt;TemplatePart(Name:=&quot;MediumView&quot;, Type:=GetType(StackPanel))&gt;
&lt;TemplatePart(Name:=&quot;SmallView&quot;, Type:=GetType(StackPanel))&gt;
&lt;TemplatePart(Name:=&quot;ContentPresenter&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;LargeContentPresenter&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;MediumContentPresenter&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;SmallContentPresenter&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;LargeIconContainer&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;MediumIconContainer&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;SmallIconContainer&quot;, Type:=GetType(ContentControl))&gt;
Public Class C1ToolbarToggleItem
    Inherits ToggleButton
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem__ctor" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.#ctor">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.-ctor.html#C1_WPF_Toolbar_C1ToolbarToggleItem__ctor">C1ToolbarToggleItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.html">C1ToolbarToggleItem</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_ActualForegroundProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.ActualForegroundProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.ActualForegroundProperty.html">ActualForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>The ActualHeight dynamic property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_GroupNameProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.GroupNameProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.GroupNameProperty.html">GroupNameProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GroupName dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_LargeContentProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeContentProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeContentProperty.html">LargeContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeContent.html#C1_WPF_Toolbar_C1ToolbarToggleItem_LargeContent">LargeContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_LargeContentTemplateProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeContentTemplateProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeContentTemplateProperty.html">LargeContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeContentTemplate.html#C1_WPF_Toolbar_C1ToolbarToggleItem_LargeContentTemplate">LargeContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_LargeIconProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeIconProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeIconProperty.html">LargeIconProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeIcon.html#C1_WPF_Toolbar_C1ToolbarToggleItem_LargeIcon">LargeIcon</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MediumContentProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumContentProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumContentProperty.html">MediumContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumContent.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MediumContent">MediumContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MediumContentTemplateProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumContentTemplateProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumContentTemplateProperty.html">MediumContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumContentTemplate.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MediumContentTemplate">MediumContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MediumIconProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumIconProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumIconProperty.html">MediumIconProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumIcon.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MediumIcon">MediumIcon</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MouseOverBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MouseOverBrush.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MouseOverForegroundBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MouseOverForegroundBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MouseOverForegroundBrushProperty.html">MouseOverForegroundBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MouseOverForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MouseOverForegroundBrush">MouseOverForegroundBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_PressedBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.PressedBrush.html#C1_WPF_Toolbar_C1ToolbarToggleItem_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_PressedForegroundBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.PressedForegroundBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.PressedForegroundBrushProperty.html">PressedForegroundBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.PressedForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarToggleItem_PressedForegroundBrush">PressedForegroundBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_SmallContentProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallContentProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallContentProperty.html">SmallContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallContent.html#C1_WPF_Toolbar_C1ToolbarToggleItem_SmallContent">SmallContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_SmallContentTemplateProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallContentTemplateProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallContentTemplateProperty.html">SmallContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallContentTemplate.html#C1_WPF_Toolbar_C1ToolbarToggleItem_SmallContentTemplate">SmallContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_SmallIconProperty" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallIconProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallIconProperty.html">SmallIconProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallIcon.html#C1_WPF_Toolbar_C1ToolbarToggleItem_SmallIcon">SmallIcon</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_ActualForeground" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.ActualForeground">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.ActualForeground.html#C1_WPF_Toolbar_C1ToolbarToggleItem_ActualForeground">ActualForeground</a>
        </td>
        <td class="markdown level1 summary"><p>The ActualForeground CLR property - wrapper for ActualForegroundProperty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_GroupName" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.GroupName">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.GroupName.html#C1_WPF_Toolbar_C1ToolbarToggleItem_GroupName">GroupName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name that specifies which C1ToolbarToggleItem controls are mutually exclusive.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_LargeContent" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeContent">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeContent.html#C1_WPF_Toolbar_C1ToolbarToggleItem_LargeContent">LargeContent</a>
        </td>
        <td class="markdown level1 summary"><p>Content for large state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_LargeContentTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeContentTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeContentTemplate.html#C1_WPF_Toolbar_C1ToolbarToggleItem_LargeContentTemplate">LargeContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for large state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_LargeIcon" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeIcon">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.LargeIcon.html#C1_WPF_Toolbar_C1ToolbarToggleItem_LargeIcon">LargeIcon</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MediumContent" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumContent">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumContent.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MediumContent">MediumContent</a>
        </td>
        <td class="markdown level1 summary"><p>Content for medium state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MediumContentTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumContentTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumContentTemplate.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MediumContentTemplate">MediumContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for medium state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MediumIcon" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumIcon">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MediumIcon.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MediumIcon">MediumIcon</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MouseOverBrush" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MouseOverBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MouseOverBrush.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Mouseover background color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MouseOverForegroundBrush" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MouseOverForegroundBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MouseOverForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MouseOverForegroundBrush">MouseOverForegroundBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Mouseover foreground color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_PressedBrush" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.PressedBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.PressedBrush.html#C1_WPF_Toolbar_C1ToolbarToggleItem_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Pressed background color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_PressedForegroundBrush" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.PressedForegroundBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.PressedForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarToggleItem_PressedForegroundBrush">PressedForegroundBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Pressed foreground color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_SmallContent" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallContent">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallContent.html#C1_WPF_Toolbar_C1ToolbarToggleItem_SmallContent">SmallContent</a>
        </td>
        <td class="markdown level1 summary"><p>Content for small state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_SmallContentTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallContentTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallContentTemplate.html#C1_WPF_Toolbar_C1ToolbarToggleItem_SmallContentTemplate">SmallContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for small state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_SmallIcon" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallIcon">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.SmallIcon.html#C1_WPF_Toolbar_C1ToolbarToggleItem_SmallIcon">SmallIcon</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.MeasureOverride.html#C1_WPF_Toolbar_C1ToolbarToggleItem_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when measuring a control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_OnAfterApplyTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.OnAfterApplyTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.OnAfterApplyTemplate.html#C1_WPF_Toolbar_C1ToolbarToggleItem_OnAfterApplyTemplate">OnAfterApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked during a call of ApplyTemplate() method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_OnApplyTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.OnApplyTemplate.html#C1_WPF_Toolbar_C1ToolbarToggleItem_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.html">C1ToolbarToggleItem</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_OnChecked_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.OnChecked(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.OnChecked.html#C1_WPF_Toolbar_C1ToolbarToggleItem_OnChecked_System_Windows_RoutedEventArgs_">OnChecked(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when button is checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_OnMouseEnter_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.OnMouseEnter.html#C1_WPF_Toolbar_C1ToolbarToggleItem_OnMouseEnter_System_Windows_Input_MouseEventArgs_">OnMouseEnter(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_OnMouseLeave_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.OnMouseLeave.html#C1_WPF_Toolbar_C1ToolbarToggleItem_OnMouseLeave_System_Windows_Input_MouseEventArgs_">OnMouseLeave(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.OnMouseLeftButtonDown.html#C1_WPF_Toolbar_C1ToolbarToggleItem_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_OnMouseLeftButtonUp_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.OnMouseLeftButtonUp.html#C1_WPF_Toolbar_C1ToolbarToggleItem_OnMouseLeftButtonUp_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonUp(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.OnPropertyChanged.html#C1_WPF_Toolbar_C1ToolbarToggleItem_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarToggleItem_OnToggle" data-uid="C1.WPF.Toolbar.C1ToolbarToggleItem.OnToggle">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarToggleItem.OnToggle.html#C1_WPF_Toolbar_C1ToolbarToggleItem_OnToggle">OnToggle()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when toggling button state.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
