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

In This Topic
    C1RadialPanel Class
    In This Topic
    Positions child elements in a circle, from the StartAngle to the EndAngle in the clockwise direction.
    Object Model
    C1RadialPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class C1RadialPanel 
       Inherits System.Windows.Controls.Panel
    [ContentProperty("Children", true)]
    public class C1RadialPanel : System.Windows.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   C1.Silverlight.C1RadialPanel

    See Also