ComponentOne FinancialChart for WPF
C1RadialMenu Class
Members 



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

See Also

Reference

C1RadialMenu Members
C1.WPF Namespace