C1RadialColorItemsPresenter Class | ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialColorItemsPresenter Class
Members



C1RadialColorItemsPresenter Class
Used within the template of the C1RadialMenu control to specify where submenu of the C1RadialColorItem should be placed.
Object Model
C1RadialColorItemsPresenter ClassC1RadialMenu Class
Syntax
'Declaration
 
<DefaultEventAttribute("OnItemsChanged")>
<DefaultPropertyAttribute("Items")>
<ContentPropertyAttribute("Items")>
<StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.FrameworkElement)>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1RadialColorItemsPresenter 
   Inherits System.Windows.Controls.ItemsControl
 
'Usage
 
Dim instance As C1RadialColorItemsPresenter
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.C1RadialColorItemsPresenter

See Also