# C1.WPF.C1RadialMenuItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1RadialMenuItem" data-uid="C1.WPF.C1RadialMenuItem" class="text-break">C1RadialMenuItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents a selectable item inside a C1RadialMenu control.</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.itemscontrol">ItemsControl</a></div>
    <div class="level8"><span class="xref">C1RadialMenuItem</span></div>
      <div class="level9"><a class="xref" href="C1.WPF.C1RadialColorItem.html">C1RadialColorItem</a></div>
      <div class="level9"><a class="xref" href="C1.WPF.C1RadialNumericItem.html">C1RadialNumericItem</a></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.controls.primitives.icontainitemstorage">IContainItemStorage</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1RadialMenuItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplateVisualState(Name = &quot;PointerOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplatePart(Name = &quot;IconPresenter&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;HeaderPresenter&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;HeaderPanel&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;ExpandButton&quot;, Type = typeof(Button))]
[TemplatePart(Name = &quot;CheckElement&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;EnterStoryboard&quot;, Type = typeof(Storyboard))]
[TemplateVisualState(Name = &quot;Highlighted&quot;, GroupName = &quot;HighlightedStates&quot;)]
[TemplateVisualState(Name = &quot;NonHighlighted&quot;, GroupName = &quot;HighlightedStates&quot;)]
public class C1RadialMenuItem : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplateVisualState(Name:=&quot;PointerOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplatePart(Name:=&quot;IconPresenter&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;HeaderPresenter&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;HeaderPanel&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;ExpandButton&quot;, Type:=GetType(Button))&gt;
&lt;TemplatePart(Name:=&quot;CheckElement&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;EnterStoryboard&quot;, Type:=GetType(Storyboard))&gt;
&lt;TemplateVisualState(Name:=&quot;Highlighted&quot;, GroupName:=&quot;HighlightedStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;NonHighlighted&quot;, GroupName:=&quot;HighlightedStates&quot;)&gt;
Public Class C1RadialMenuItem
    Inherits ItemsControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</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_C1RadialMenuItem__ctor" data-uid="C1.WPF.C1RadialMenuItem.#ctor">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.-ctor.html#C1_WPF_C1RadialMenuItem__ctor">C1RadialMenuItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.C1RadialMenuItem.html">C1RadialMenuItem</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_C1RadialMenuItem_AccentBrushProperty" data-uid="C1.WPF.C1RadialMenuItem.AccentBrushProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.AccentBrushProperty.html">AccentBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.AccentBrush.html#C1_WPF_C1RadialMenuItem_AccentBrush">AccentBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_AngleProperty" data-uid="C1.WPF.C1RadialMenuItem.AngleProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.AngleProperty.html">AngleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.Angle.html#C1_WPF_C1RadialMenuItem_Angle">Angle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_AutoSelectProperty" data-uid="C1.WPF.C1RadialMenuItem.AutoSelectProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.AutoSelectProperty.html">AutoSelectProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.AutoSelect.html#C1_WPF_C1RadialMenuItem_AutoSelect">AutoSelect</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_CenterPointProperty" data-uid="C1.WPF.C1RadialMenuItem.CenterPointProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.CenterPointProperty.html">CenterPointProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.CenterPoint.html#C1_WPF_C1RadialMenuItem_CenterPoint">CenterPoint</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_CheckArcProperty" data-uid="C1.WPF.C1RadialMenuItem.CheckArcProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.CheckArcProperty.html">CheckArcProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.CheckArc.html#C1_WPF_C1RadialMenuItem_CheckArc">CheckArc</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_CollapseOnClickProperty" data-uid="C1.WPF.C1RadialMenuItem.CollapseOnClickProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.CollapseOnClickProperty.html">CollapseOnClickProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.CollapseOnClick.html#C1_WPF_C1RadialMenuItem_CollapseOnClick">CollapseOnClick</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_CommandParameterProperty" data-uid="C1.WPF.C1RadialMenuItem.CommandParameterProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.CommandParameterProperty.html">CommandParameterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.CommandParameter.html#C1_WPF_C1RadialMenuItem_CommandParameter">CommandParameter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_CommandProperty" data-uid="C1.WPF.C1RadialMenuItem.CommandProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.CommandProperty.html">CommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.Command.html#C1_WPF_C1RadialMenuItem_Command">Command</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_DisabledCuesVisibilityProperty" data-uid="C1.WPF.C1RadialMenuItem.DisabledCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.DisabledCuesVisibilityProperty.html">DisabledCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.DisabledCuesVisibility.html#C1_WPF_C1RadialMenuItem_DisabledCuesVisibility">DisabledCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_DisplayIndexProperty" data-uid="C1.WPF.C1RadialMenuItem.DisplayIndexProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.DisplayIndexProperty.html">DisplayIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.DisplayIndex.html#C1_WPF_C1RadialMenuItem_DisplayIndex">DisplayIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ExpandArcProperty" data-uid="C1.WPF.C1RadialMenuItem.ExpandArcProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ExpandArcProperty.html">ExpandArcProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.ExpandArc.html#C1_WPF_C1RadialMenuItem_ExpandArc">ExpandArc</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ExpandAreaThicknessProperty" data-uid="C1.WPF.C1RadialMenuItem.ExpandAreaThicknessProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ExpandAreaThicknessProperty.html">ExpandAreaThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.ExpandAreaThickness.html#C1_WPF_C1RadialMenuItem_ExpandAreaThickness">ExpandAreaThickness</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_FocusCuesVisibilityProperty" data-uid="C1.WPF.C1RadialMenuItem.FocusCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.FocusCuesVisibilityProperty.html">FocusCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.FocusCuesVisibility.html#C1_WPF_C1RadialMenuItem_FocusCuesVisibility">FocusCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_GroupNameProperty" data-uid="C1.WPF.C1RadialMenuItem.GroupNameProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.GroupNameProperty.html">GroupNameProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.GroupName.html#C1_WPF_C1RadialMenuItem_GroupName">GroupName</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_HeaderBackgroundProperty" data-uid="C1.WPF.C1RadialMenuItem.HeaderBackgroundProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.HeaderBackgroundProperty.html">HeaderBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.HeaderBackground.html#C1_WPF_C1RadialMenuItem_HeaderBackground">HeaderBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_HeaderForegroundProperty" data-uid="C1.WPF.C1RadialMenuItem.HeaderForegroundProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.HeaderForegroundProperty.html">HeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.HeaderForeground.html#C1_WPF_C1RadialMenuItem_HeaderForeground">HeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_HeaderProperty" data-uid="C1.WPF.C1RadialMenuItem.HeaderProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.HeaderProperty.html">HeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.Header.html#C1_WPF_C1RadialMenuItem_Header">Header</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_HeaderTemplateProperty" data-uid="C1.WPF.C1RadialMenuItem.HeaderTemplateProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.HeaderTemplateProperty.html">HeaderTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.HeaderTemplate.html#C1_WPF_C1RadialMenuItem_HeaderTemplate">HeaderTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IconProperty" data-uid="C1.WPF.C1RadialMenuItem.IconProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IconProperty.html">IconProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.Icon.html#C1_WPF_C1RadialMenuItem_Icon">Icon</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IconStyleProperty" data-uid="C1.WPF.C1RadialMenuItem.IconStyleProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IconStyleProperty.html">IconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.IconStyle.html#C1_WPF_C1RadialMenuItem_IconStyle">IconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsCheckableProperty" data-uid="C1.WPF.C1RadialMenuItem.IsCheckableProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsCheckableProperty.html">IsCheckableProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.IsCheckable.html#C1_WPF_C1RadialMenuItem_IsCheckable">IsCheckable</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsCheckedProperty" data-uid="C1.WPF.C1RadialMenuItem.IsCheckedProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsCheckedProperty.html">IsCheckedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.IsChecked.html#C1_WPF_C1RadialMenuItem_IsChecked">IsChecked</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsHighlightedProperty" data-uid="C1.WPF.C1RadialMenuItem.IsHighlightedProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsHighlightedProperty.html">IsHighlightedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.IsHighlighted.html#C1_WPF_C1RadialMenuItem_IsHighlighted">IsHighlighted</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsPointerOverProperty" data-uid="C1.WPF.C1RadialMenuItem.IsPointerOverProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsPointerOverProperty.html">IsPointerOverProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.IsPointerOver.html#C1_WPF_C1RadialMenuItem_IsPointerOver">IsPointerOver</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsSelectableProperty" data-uid="C1.WPF.C1RadialMenuItem.IsSelectableProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsSelectableProperty.html">IsSelectableProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.IsSelectable.html#C1_WPF_C1RadialMenuItem_IsSelectable">IsSelectable</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ItemContainerStyleProperty" data-uid="C1.WPF.C1RadialMenuItem.ItemContainerStyleProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ItemContainerStyleProperty.html">ItemContainerStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.ItemContainerStyle.html#C1_WPF_C1RadialMenuItem_ItemContainerStyle">ItemContainerStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OuterArcProperty" data-uid="C1.WPF.C1RadialMenuItem.OuterArcProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OuterArcProperty.html">OuterArcProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.OuterArc.html#C1_WPF_C1RadialMenuItem_OuterArc">OuterArc</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_SectorCountProperty" data-uid="C1.WPF.C1RadialMenuItem.SectorCountProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.SectorCountProperty.html">SectorCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.SectorCount.html#C1_WPF_C1RadialMenuItem_SectorCount">SectorCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_SelectedIndexProperty" data-uid="C1.WPF.C1RadialMenuItem.SelectedIndexProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.SelectedIndex.html#C1_WPF_C1RadialMenuItem_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_SelectedItemOptionsProperty" data-uid="C1.WPF.C1RadialMenuItem.SelectedItemOptionsProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.SelectedItemOptionsProperty.html">SelectedItemOptionsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.SelectedItemOptions.html#C1_WPF_C1RadialMenuItem_SelectedItemOptions">SelectedItemOptions</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ShowSelectedItemProperty" data-uid="C1.WPF.C1RadialMenuItem.ShowSelectedItemProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ShowSelectedItemProperty.html">ShowSelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.ShowSelectedItem.html#C1_WPF_C1RadialMenuItem_ShowSelectedItem">ShowSelectedItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_TextAlignmentProperty" data-uid="C1.WPF.C1RadialMenuItem.TextAlignmentProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.TextAlignmentProperty.html">TextAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.TextAlignment.html#C1_WPF_C1RadialMenuItem_TextAlignment">TextAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_TextDecorationsProperty" data-uid="C1.WPF.C1RadialMenuItem.TextDecorationsProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.TextDecorationsProperty.html">TextDecorationsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.TextDecorations.html#C1_WPF_C1RadialMenuItem_TextDecorations">TextDecorations</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_TextWrappingProperty" data-uid="C1.WPF.C1RadialMenuItem.TextWrappingProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.TextWrappingProperty.html">TextWrappingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.TextWrapping.html#C1_WPF_C1RadialMenuItem_TextWrapping">TextWrapping</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ToolTipProperty" data-uid="C1.WPF.C1RadialMenuItem.ToolTipProperty">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ToolTipProperty.html">ToolTipProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1RadialMenuItem.ToolTip.html#C1_WPF_C1RadialMenuItem_ToolTip">ToolTip</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_C1RadialMenuItem_AccentBrush" data-uid="C1.WPF.C1RadialMenuItem.AccentBrush">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.AccentBrush.html#C1_WPF_C1RadialMenuItem_AccentBrush">AccentBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to color small menu parts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_Angle" data-uid="C1.WPF.C1RadialMenuItem.Angle">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.Angle.html#C1_WPF_C1RadialMenuItem_Angle">Angle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item angle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_AutoSelect" data-uid="C1.WPF.C1RadialMenuItem.AutoSelect">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.AutoSelect.html#C1_WPF_C1RadialMenuItem_AutoSelect">AutoSelect</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether C1RadialMenuItem should update SelectedIndex property acccording to the end-user selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_CenterPoint" data-uid="C1.WPF.C1RadialMenuItem.CenterPoint">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.CenterPoint.html#C1_WPF_C1RadialMenuItem_CenterPoint">CenterPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the circle center, which can be used in xaml to draw circle sector, representing the current C1RadialMenuItem.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_CheckArc" data-uid="C1.WPF.C1RadialMenuItem.CheckArc">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.CheckArc.html#C1_WPF_C1RadialMenuItem_CheckArc">CheckArc</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the definition of check arc segment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_CollapseOnClick" data-uid="C1.WPF.C1RadialMenuItem.CollapseOnClick">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.CollapseOnClick.html#C1_WPF_C1RadialMenuItem_CollapseOnClick">CollapseOnClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the menu will auto collapse when the user clicks on item which has no child items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_Command" data-uid="C1.WPF.C1RadialMenuItem.Command">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.Command.html#C1_WPF_C1RadialMenuItem_Command">Command</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the command to invoke when this button is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_CommandParameter" data-uid="C1.WPF.C1RadialMenuItem.CommandParameter">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.CommandParameter.html#C1_WPF_C1RadialMenuItem_CommandParameter">CommandParameter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the parameter to pass to the Command property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_DisabledCuesVisibility" data-uid="C1.WPF.C1RadialMenuItem.DisabledCuesVisibility">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.DisabledCuesVisibility.html#C1_WPF_C1RadialMenuItem_DisabledCuesVisibility">DisabledCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the disabled visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_DisplayIndex" data-uid="C1.WPF.C1RadialMenuItem.DisplayIndex">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.DisplayIndex.html#C1_WPF_C1RadialMenuItem_DisplayIndex">DisplayIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zero-based index of this item which should be used to layout this item in the parent submenu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ExpandArc" data-uid="C1.WPF.C1RadialMenuItem.ExpandArc">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ExpandArc.html#C1_WPF_C1RadialMenuItem_ExpandArc">ExpandArc</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the definition of expand area arc segment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ExpandAreaThickness" data-uid="C1.WPF.C1RadialMenuItem.ExpandAreaThickness">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ExpandAreaThickness.html#C1_WPF_C1RadialMenuItem_ExpandAreaThickness">ExpandAreaThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of expand area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_FocusCuesVisibility" data-uid="C1.WPF.C1RadialMenuItem.FocusCuesVisibility">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.FocusCuesVisibility.html#C1_WPF_C1RadialMenuItem_FocusCuesVisibility">FocusCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the focus visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_GroupName" data-uid="C1.WPF.C1RadialMenuItem.GroupName">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.GroupName.html#C1_WPF_C1RadialMenuItem_GroupName">GroupName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name that specifies which MenuItems are mutually exclusive (when checkable).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_HasContent" data-uid="C1.WPF.C1RadialMenuItem.HasContent">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.HasContent.html#C1_WPF_C1RadialMenuItem_HasContent">HasContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the <a class="xref" href="C1.WPF.C1RadialMenuItem.html">C1RadialMenuItem</a> contains sub-items or any other content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_HasItems" data-uid="C1.WPF.C1RadialMenuItem.HasItems">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.HasItems.html#C1_WPF_C1RadialMenuItem_HasItems">HasItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the ItemsControl contains items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_Header" data-uid="C1.WPF.C1RadialMenuItem.Header">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.Header.html#C1_WPF_C1RadialMenuItem_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the header of this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_HeaderBackground" data-uid="C1.WPF.C1RadialMenuItem.HeaderBackground">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.HeaderBackground.html#C1_WPF_C1RadialMenuItem_HeaderBackground">HeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background brush of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_HeaderForeground" data-uid="C1.WPF.C1RadialMenuItem.HeaderForeground">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.HeaderForeground.html#C1_WPF_C1RadialMenuItem_HeaderForeground">HeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground brush of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_HeaderTemplate" data-uid="C1.WPF.C1RadialMenuItem.HeaderTemplate">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.HeaderTemplate.html#C1_WPF_C1RadialMenuItem_HeaderTemplate">HeaderTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data template used to display the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_Icon" data-uid="C1.WPF.C1RadialMenuItem.Icon">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.Icon.html#C1_WPF_C1RadialMenuItem_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the icon that appears in a C1RadialMenuItem.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IconStyle" data-uid="C1.WPF.C1RadialMenuItem.IconStyle">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IconStyle.html#C1_WPF_C1RadialMenuItem_IconStyle">IconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style used to display the icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_Index" data-uid="C1.WPF.C1RadialMenuItem.Index">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.Index.html#C1_WPF_C1RadialMenuItem_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of this <a class="xref" href="C1.WPF.C1RadialMenuItem.html">C1RadialMenuItem</a> in its parent items collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsCheckable" data-uid="C1.WPF.C1RadialMenuItem.IsCheckable">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsCheckable.html#C1_WPF_C1RadialMenuItem_IsCheckable">IsCheckable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether a C1RadialMenuItem can be checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsChecked" data-uid="C1.WPF.C1RadialMenuItem.IsChecked">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsChecked.html#C1_WPF_C1RadialMenuItem_IsChecked">IsChecked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the C1RadialMenuItem is checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsClickSubscribed" data-uid="C1.WPF.C1RadialMenuItem.IsClickSubscribed">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsClickSubscribed.html#C1_WPF_C1RadialMenuItem_IsClickSubscribed">IsClickSubscribed</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsHighlighted" data-uid="C1.WPF.C1RadialMenuItem.IsHighlighted">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsHighlighted.html#C1_WPF_C1RadialMenuItem_IsHighlighted">IsHighlighted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether a C1RadialMenuItem is highlighted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsPointerOver" data-uid="C1.WPF.C1RadialMenuItem.IsPointerOver">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsPointerOver.html#C1_WPF_C1RadialMenuItem_IsPointerOver">IsPointerOver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the pointer is located over this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsSelectable" data-uid="C1.WPF.C1RadialMenuItem.IsSelectable">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsSelectable.html#C1_WPF_C1RadialMenuItem_IsSelectable">IsSelectable</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this item should be honored when SelectedIndex property is changed acccording to the end-user selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ItemContainerStyle" data-uid="C1.WPF.C1RadialMenuItem.ItemContainerStyle">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ItemContainerStyle.html#C1_WPF_C1RadialMenuItem_ItemContainerStyle">ItemContainerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item container style used to display the item container .</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_Menu" data-uid="C1.WPF.C1RadialMenuItem.Menu">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.Menu.html#C1_WPF_C1RadialMenuItem_Menu">Menu</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the parent <a class="xref" href="C1.WPF.C1RadialMenu.html">C1RadialMenu</a> of this item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OuterArc" data-uid="C1.WPF.C1RadialMenuItem.OuterArc">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OuterArc.html#C1_WPF_C1RadialMenuItem_OuterArc">OuterArc</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the definition of outer arc segment which can be used in xaml to draw circle sector, representing the current C1RadialMenuItem.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ParentItem" data-uid="C1.WPF.C1RadialMenuItem.ParentItem">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ParentItem.html#C1_WPF_C1RadialMenuItem_ParentItem">ParentItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol">ItemsControl</a> that is the parent of this item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_SectorCount" data-uid="C1.WPF.C1RadialMenuItem.SectorCount">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.SectorCount.html#C1_WPF_C1RadialMenuItem_SectorCount">SectorCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of sectors which should be displayed in menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_SelectedIndex" data-uid="C1.WPF.C1RadialMenuItem.SelectedIndex">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.SelectedIndex.html#C1_WPF_C1RadialMenuItem_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the curerntly selected sub-item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_SelectedItem" data-uid="C1.WPF.C1RadialMenuItem.SelectedItem">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.SelectedItem.html#C1_WPF_C1RadialMenuItem_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_SelectedItemOptions" data-uid="C1.WPF.C1RadialMenuItem.SelectedItemOptions">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.SelectedItemOptions.html#C1_WPF_C1RadialMenuItem_SelectedItemOptions">SelectedItemOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Determines what part of the selected sub-item should be displayed for the curren item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ShowSelectedItem" data-uid="C1.WPF.C1RadialMenuItem.ShowSelectedItem">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ShowSelectedItem.html#C1_WPF_C1RadialMenuItem_ShowSelectedItem">ShowSelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether icon, header and check sign of the selected sub-item should be displayed for the curren item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_TextAlignment" data-uid="C1.WPF.C1RadialMenuItem.TextAlignment">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.TextAlignment.html#C1_WPF_C1RadialMenuItem_TextAlignment">TextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the horizontal alignment of text content in the Header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_TextDecorations" data-uid="C1.WPF.C1RadialMenuItem.TextDecorations">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.TextDecorations.html#C1_WPF_C1RadialMenuItem_TextDecorations">TextDecorations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a TextDecorationCollection that contains the effects to apply to the text of the Header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_TextWrapping" data-uid="C1.WPF.C1RadialMenuItem.TextWrapping">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.TextWrapping.html#C1_WPF_C1RadialMenuItem_TextWrapping">TextWrapping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates how any text should be wrapped in the Header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ToolTip" data-uid="C1.WPF.C1RadialMenuItem.ToolTip">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ToolTip.html#C1_WPF_C1RadialMenuItem_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip of this control.</p>
</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_C1RadialMenuItem_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.C1RadialMenuItem.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ChangeVisualStateCommon.html#C1_WPF_C1RadialMenuItem_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_ChangeVisualStateHighlighted_System_Boolean_" data-uid="C1.WPF.C1RadialMenuItem.ChangeVisualStateHighlighted(System.Boolean)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.ChangeVisualStateHighlighted.html#C1_WPF_C1RadialMenuItem_ChangeVisualStateHighlighted_System_Boolean_">ChangeVisualStateHighlighted(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Highlighted visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnApplyTemplate" data-uid="C1.WPF.C1RadialMenuItem.OnApplyTemplate">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnApplyTemplate.html#C1_WPF_C1RadialMenuItem_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.C1RadialMenuItem.html">C1RadialMenuItem</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnChecked_C1_WPF_SourcedEventArgs_" data-uid="C1.WPF.C1RadialMenuItem.OnChecked(C1.WPF.SourcedEventArgs)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnChecked.html#C1_WPF_C1RadialMenuItem_OnChecked_C1_WPF_SourcedEventArgs_">OnChecked(SourcedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Responds to a check item action by raising a Checked event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnClick_C1_WPF_SourcedEventArgs_" data-uid="C1.WPF.C1RadialMenuItem.OnClick(C1.WPF.SourcedEventArgs)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnClick.html#C1_WPF_C1RadialMenuItem_OnClick_C1_WPF_SourcedEventArgs_">OnClick(SourcedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Responds to a click action by raising a Click event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnHeaderChanged_System_Object_" data-uid="C1.WPF.C1RadialMenuItem.OnHeaderChanged(System.Object)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnHeaderChanged.html#C1_WPF_C1RadialMenuItem_OnHeaderChanged_System_Object_">OnHeaderChanged(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the value of the <span class="xref">Header</span> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.WPF.C1RadialMenuItem.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnItemsChanged.html#C1_WPF_C1RadialMenuItem_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnItemsChanged(NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnMouseEnter_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.C1RadialMenuItem.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnMouseEnter.html#C1_WPF_C1RadialMenuItem_OnMouseEnter_System_Windows_Input_MouseEventArgs_">OnMouseEnter(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnMouseLeave_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.C1RadialMenuItem.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnMouseLeave.html#C1_WPF_C1RadialMenuItem_OnMouseLeave_System_Windows_Input_MouseEventArgs_">OnMouseLeave(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.C1RadialMenuItem.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnMouseLeftButtonDown.html#C1_WPF_C1RadialMenuItem_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnMouseLeftButtonUp_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.C1RadialMenuItem.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnMouseLeftButtonUp.html#C1_WPF_C1RadialMenuItem_OnMouseLeftButtonUp_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonUp(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnMouseRightButtonDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.C1RadialMenuItem.OnMouseRightButtonDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnMouseRightButtonDown.html#C1_WPF_C1RadialMenuItem_OnMouseRightButtonDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseRightButtonDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnSelectedIndexChanged_System_Int32_" data-uid="C1.WPF.C1RadialMenuItem.OnSelectedIndexChanged(System.Int32)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnSelectedIndexChanged.html#C1_WPF_C1RadialMenuItem_OnSelectedIndexChanged_System_Int32_">OnSelectedIndexChanged(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_OnUnchecked_C1_WPF_SourcedEventArgs_" data-uid="C1.WPF.C1RadialMenuItem.OnUnchecked(C1.WPF.SourcedEventArgs)">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.OnUnchecked.html#C1_WPF_C1RadialMenuItem_OnUnchecked_C1_WPF_SourcedEventArgs_">OnUnchecked(SourcedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Responds to an uncheck item action by raising a Unchecked event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_Checked" data-uid="C1.WPF.C1RadialMenuItem.Checked">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.Checked.html">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a C1RadialMenuItem is checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_Click" data-uid="C1.WPF.C1RadialMenuItem.Click">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.Click.html">Click</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.WPF.C1RadialMenuItem.html">C1RadialMenuItem</a> is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_IsPointerOverChanged" data-uid="C1.WPF.C1RadialMenuItem.IsPointerOverChanged">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.IsPointerOverChanged.html">IsPointerOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsPointerOver</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1RadialMenuItem_Unchecked" data-uid="C1.WPF.C1RadialMenuItem.Unchecked">
          <a class="xref" href="C1.WPF.C1RadialMenuItem.Unchecked.html">Unchecked</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a C1RadialMenuItem is unchecked.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.WPF.Extensions.FindParent.html#C1_WPF_Extensions_FindParent__1_System_Windows_FrameworkElement_">Extensions.FindParent&lt;T&gt;(FrameworkElement)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.GetAllParents.html#C1_WPF_Extensions_GetAllParents_System_Windows_FrameworkElement_">Extensions.GetAllParents(FrameworkElement)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.GetVisualStateGroup.html#C1_WPF_Extensions_GetVisualStateGroup_System_Windows_FrameworkElement_System_String_">Extensions.GetVisualStateGroup(FrameworkElement, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.SetBinding.html#C1_WPF_Extensions_SetBinding__1_System_Windows_FrameworkElement_System_Windows_DependencyProperty___0_System_Linq_Expressions_Expression_System_Func___0_System_Object___">Extensions.SetBinding&lt;T&gt;(FrameworkElement, DependencyProperty, T, Expression&lt;Func&lt;T, object&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.SetBinding.html#C1_WPF_Extensions_SetBinding__1_System_Windows_FrameworkElement_System_Windows_DependencyProperty___0_System_Linq_Expressions_Expression_System_Func___0_System_Object___System_Windows_Data_IValueConverter_">Extensions.SetBinding&lt;T&gt;(FrameworkElement, DependencyProperty, T, Expression&lt;Func&lt;T, object&gt;&gt;, IValueConverter)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.C1TransformToVisual.html#C1_WPF_Extensions_C1TransformToVisual_System_Windows_UIElement_System_Windows_UIElement_">Extensions.C1TransformToVisual(UIElement, UIElement)</a>
  </div>

</div>
