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

In This Topic
    C1RadialMenu Class
    In This Topic
    The C1RadialMenu control represents a touch-friendly alternative to the traditional context menu.
    Object Model
    C1RadialMenu Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="CurrentItemPresenter", Type=C1.Silverlight.C1RadialMenuItemsPresenter)>
    <StyleTypedPropertyAttribute(Property="NavigationButtonStyle", StyleTargetType=System.Windows.Controls.Button)>
    <ContentPropertyAttribute("Items", True)>
    Public Class C1RadialMenu 
       Inherits System.Windows.Controls.ItemsControl
       Implements IC1ContextMenu 
    [TemplatePart(Name="CurrentItemPresenter", Type=C1.Silverlight.C1RadialMenuItemsPresenter)]
    [StyleTypedProperty(Property="NavigationButtonStyle", StyleTargetType=System.Windows.Controls.Button)]
    [ContentProperty("Items", true)]
    public class C1RadialMenu : System.Windows.Controls.ItemsControl, IC1ContextMenu  
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ItemsControl
                      C1.Silverlight.C1RadialMenu

    See Also