'Declaration
<TemplateVisualStateAttribute(Name="PointerOver", GroupName="CommonStates")>
<TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<TemplatePartAttribute(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)>
<TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentControl)>
<TemplatePartAttribute(Name="HeaderPanel", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="ExpandButton", Type=System.Windows.Controls.Button)>
<TemplatePartAttribute(Name="CheckElement", Type=System.Windows.FrameworkElement)>
<TemplatePartAttribute(Name="EnterStoryboard", Type=System.Windows.Media.Animation.Storyboard)>
<TemplateVisualStateAttribute(Name="Highlighted", GroupName="HighlightedStates")>
<TemplateVisualStateAttribute(Name="NonHighlighted", GroupName="HighlightedStates")>
Public Class C1RadialMenuItem
Inherits System.Windows.Controls.ItemsControl
'Usage
Dim instance As C1RadialMenuItem
[TemplateVisualState(Name="PointerOver", GroupName="CommonStates")]
[TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[TemplatePart(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)]
[TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentControl)]
[TemplatePart(Name="HeaderPanel", Type=System.Windows.Controls.Grid)]
[TemplatePart(Name="ExpandButton", Type=System.Windows.Controls.Button)]
[TemplatePart(Name="CheckElement", Type=System.Windows.FrameworkElement)]
[TemplatePart(Name="EnterStoryboard", Type=System.Windows.Media.Animation.Storyboard)]
[TemplateVisualState(Name="Highlighted", GroupName="HighlightedStates")]
[TemplateVisualState(Name="NonHighlighted", GroupName="HighlightedStates")]
public class C1RadialMenuItem : System.Windows.Controls.ItemsControl
[TemplateVisualState(Name="PointerOver", GroupName="CommonStates")]
[TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[TemplatePart(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)]
[TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentControl)]
[TemplatePart(Name="HeaderPanel", Type=System.Windows.Controls.Grid)]
[TemplatePart(Name="ExpandButton", Type=System.Windows.Controls.Button)]
[TemplatePart(Name="CheckElement", Type=System.Windows.FrameworkElement)]
[TemplatePart(Name="EnterStoryboard", Type=System.Windows.Media.Animation.Storyboard)]
[TemplateVisualState(Name="Highlighted", GroupName="HighlightedStates")]
[TemplateVisualState(Name="NonHighlighted", GroupName="HighlightedStates")]
public ref class C1RadialMenuItem : public System.Windows.Controls.ItemsControl