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

In This Topic
    C1RadialBackgroundPresenter Class
    In This Topic
    The supplementary control to use in the C1RadialMenu control template.
    Object Model
    C1RadialBackgroundPresenter Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Items", True)>
    Public Class C1RadialBackgroundPresenter 
       Inherits System.Windows.Controls.ItemsControl
    [ContentProperty("Items", true)]
    public class C1RadialBackgroundPresenter : System.Windows.Controls.ItemsControl 
    Remarks
    It wraps Items into ContentControls with specified ItemContainerStyle and propagates item background to the wrapper ContentControl.
    Inheritance Hierarchy

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

    See Also