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

In This Topic
    C1RadialSlider Class
    In This Topic
    Used within the template of the C1RadialMenu control to display radial slider for selecting numeric values. control to display radial slider for selecting numeric values.
    Object Model
    C1RadialSlider Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Items", True)>
    Public Class C1RadialSlider 
       Inherits System.Windows.Controls.ItemsControl
    [ContentProperty("Items", true)]
    public class C1RadialSlider : System.Windows.Controls.ItemsControl 
    Inheritance Hierarchy

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

    See Also