Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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
     
    
    Public Class C1RadialBackgroundPresenter 
       Inherits Windows.UI.Xaml.Controls.ItemsControl
    public class C1RadialBackgroundPresenter : Windows.UI.Xaml.Controls.ItemsControl 
    Remarks
    It wraps Items into ContentControls with specified ItemContainerStyle and propagates item background to the wrapper ContentControl.
    Inheritance Hierarchy

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

    See Also