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

In This Topic
    C1RadialColorItem Class
    In This Topic
    An item for color selection inside a C1RadialMenu control.
    Object Model
    C1RadialColorItem Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="NonHighlighted", GroupName="HighlightedStates")>
    <TemplatePartAttribute(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)>
    <ContentPropertyAttribute("Items", True)>
    Public Class C1RadialColorItem 
       Inherits C1RadialMenuItem
    [TemplateVisualState(Name="NonHighlighted", GroupName="HighlightedStates")]
    [TemplatePart(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)]
    [ContentProperty("Items", true)]
    public class C1RadialColorItem : C1RadialMenuItem 
    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

    See Also