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

In This Topic
    C1RadialColorItemsPresenter Class
    In This Topic
    Used within the template of the C1RadialMenu control to specify where submenu of the C1RadialColorItem should be placed.
    Object Model
    C1RadialColorItemsPresenter Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Items", True)>
    Public Class C1RadialColorItemsPresenter 
       Inherits System.Windows.Controls.ItemsControl
    [ContentProperty("Items", true)]
    public class C1RadialColorItemsPresenter : 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.C1RadialColorItemsPresenter

    See Also