Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1RadialColorItem Class
Members

In This Topic
    C1RadialColorItem Class
    In This Topic
    Object Model
    C1RadialColorItem Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <C1TemplatePartAttribute(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)>
    <C1VisualStateAttribute(Name="Highlighted", 
       GroupName="Highlighted", 
       Condition="IsHighlighted")>
    <TemplateVisualStateAttribute(Name="PointerOver", GroupName="CommonStates")>
    <TemplatePartAttribute(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)>
    <DefaultEventAttribute("OnItemsChanged")>
    <DefaultPropertyAttribute("Items")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <ContentPropertyAttribute("Items")>
    <StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.FrameworkElement)>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1RadialColorItem 
       Inherits C1RadialMenuItem
    [C1Control()]
    [C1TemplatePart(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)]
    [C1VisualState(Name="Highlighted", 
       GroupName="Highlighted", 
       Condition="IsHighlighted")]
    [TemplateVisualState(Name="PointerOver", GroupName="CommonStates")]
    [TemplatePart(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)]
    [DefaultEvent("OnItemsChanged")]
    [DefaultProperty("Items")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [ContentProperty("Items")]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=System.Windows.FrameworkElement)]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1RadialColorItem : C1RadialMenuItem 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            C1.WPF.Menu.C1RadialMenuItem
                               C1.WPF.Menu.C1RadialColorItem

    See Also