Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1RadialMenuItem Class
Members

In This Topic
    C1RadialMenuItem Class
    In This Topic
    Represents a selectable item inside a C1RadialMenu control.
    Object Model
    C1RadialMenuItem Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="NonHighlighted", GroupName="HighlightedStates")>
    <TemplatePartAttribute(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)>
    <ContentPropertyAttribute("Items", True)>
    Public Class C1RadialMenuItem 
       Inherits System.Windows.Controls.ItemsControl
    [TemplateVisualState(Name="NonHighlighted", GroupName="HighlightedStates")]
    [TemplatePart(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)]
    [ContentProperty("Items", true)]
    public class C1RadialMenuItem : System.Windows.Controls.ItemsControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ItemsControl
                      C1.Silverlight.C1RadialMenuItem
                         C1.Silverlight.C1RadialColorItem
                         C1.Silverlight.C1RadialNumericItem

    See Also