ComponentOne Basic Library for WPF and Silverlight
C1RadialMenu Class
Members 


C1.Silverlight Namespace : C1RadialMenu Class
The C1RadialMenu control represents a touch-friendly alternative to the traditional context menu.
Object Model
C1RadialMenu Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="CurrentItemPresenter", Type=C1.Silverlight.C1RadialMenuItemsPresenter)>
<System.Windows.TemplatePartAttribute(Name="ColorSubmenuClose", Type=System.Windows.Media.Animation.Storyboard)>
<System.Windows.TemplatePartAttribute(Name="RadialSliderOpen", Type=System.Windows.Media.Animation.Storyboard)>
<System.Windows.TemplatePartAttribute(Name="RadialSliderClose", Type=System.Windows.Media.Animation.Storyboard)>
<System.Windows.StyleTypedPropertyAttribute(Property="NavigationButtonStyle", StyleTargetType=System.Windows.Controls.Button)>
<System.Windows.TemplatePartAttribute(Name="ContextMenuPopup", Type=System.Windows.Controls.Primitives.Popup)>
<System.Windows.TemplatePartAttribute(Name="PositioningPanel", Type=System.Windows.Controls.Canvas)>
<System.Windows.TemplatePartAttribute(Name="ColorSubmenuOpen", Type=System.Windows.Media.Animation.Storyboard)>
<System.Windows.TemplatePartAttribute(Name="ColorPresenter", Type=C1.Silverlight.C1RadialColorItemsPresenter)>
<System.Windows.TemplatePartAttribute(Name="RadialSlider", Type=C1.Silverlight.C1RadialSlider)>
<System.Windows.TemplatePartAttribute(Name="ItemsContainer", Type=System.Windows.FrameworkElement)>
<System.Windows.TemplatePartAttribute(Name="SubmenuClose", Type=System.Windows.Media.Animation.Storyboard)>
<System.Windows.TemplatePartAttribute(Name="NavigationButton", Type=System.Windows.Controls.Button)>
<System.Windows.TemplatePartAttribute(Name="CurrentItemRing", Type=C1.Silverlight.C1RadialBackgroundPresenter)>
<System.Windows.TemplatePartAttribute(Name="ToolTip", Type=System.Windows.Controls.ToolTip)>
<System.Windows.TemplatePartAttribute(Name="MainPanel", Type=System.Windows.Controls.Grid)>
<System.Windows.TemplatePartAttribute(Name="Expand", Type=System.Windows.Media.Animation.Storyboard)>
<System.Windows.TemplatePartAttribute(Name="Collapse", Type=System.Windows.Media.Animation.Storyboard)>
<System.Windows.TemplatePartAttribute(Name="SubmenuOpen", Type=System.Windows.Media.Animation.Storyboard)>
Public Class C1RadialMenu 
   Inherits System.Windows.Controls.ItemsControl
   Implements IC1ContextMenu 
'Usage
 
Dim instance As C1RadialMenu
[System.Windows.TemplatePart(Name="CurrentItemPresenter", Type=C1.Silverlight.C1RadialMenuItemsPresenter)]
[System.Windows.TemplatePart(Name="ColorSubmenuClose", Type=System.Windows.Media.Animation.Storyboard)]
[System.Windows.TemplatePart(Name="RadialSliderOpen", Type=System.Windows.Media.Animation.Storyboard)]
[System.Windows.TemplatePart(Name="RadialSliderClose", Type=System.Windows.Media.Animation.Storyboard)]
[System.Windows.StyleTypedProperty(Property="NavigationButtonStyle", StyleTargetType=System.Windows.Controls.Button)]
[System.Windows.TemplatePart(Name="ContextMenuPopup", Type=System.Windows.Controls.Primitives.Popup)]
[System.Windows.TemplatePart(Name="PositioningPanel", Type=System.Windows.Controls.Canvas)]
[System.Windows.TemplatePart(Name="ColorSubmenuOpen", Type=System.Windows.Media.Animation.Storyboard)]
[System.Windows.TemplatePart(Name="ColorPresenter", Type=C1.Silverlight.C1RadialColorItemsPresenter)]
[System.Windows.TemplatePart(Name="RadialSlider", Type=C1.Silverlight.C1RadialSlider)]
[System.Windows.TemplatePart(Name="ItemsContainer", Type=System.Windows.FrameworkElement)]
[System.Windows.TemplatePart(Name="SubmenuClose", Type=System.Windows.Media.Animation.Storyboard)]
[System.Windows.TemplatePart(Name="NavigationButton", Type=System.Windows.Controls.Button)]
[System.Windows.TemplatePart(Name="CurrentItemRing", Type=C1.Silverlight.C1RadialBackgroundPresenter)]
[System.Windows.TemplatePart(Name="ToolTip", Type=System.Windows.Controls.ToolTip)]
[System.Windows.TemplatePart(Name="MainPanel", Type=System.Windows.Controls.Grid)]
[System.Windows.TemplatePart(Name="Expand", Type=System.Windows.Media.Animation.Storyboard)]
[System.Windows.TemplatePart(Name="Collapse", Type=System.Windows.Media.Animation.Storyboard)]
[System.Windows.TemplatePart(Name="SubmenuOpen", Type=System.Windows.Media.Animation.Storyboard)]
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

Reference

C1RadialMenu Members
C1.Silverlight Namespace