ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialPanel Class / AngleProperty Field



In This Topic
    AngleProperty Field (C1RadialPanel)
    In This Topic
    This attached property specifies explicit angle which should be used to arrange element.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly AngleProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1RadialPanel.AngleProperty
    public static readonly DependencyProperty AngleProperty
    public:
    static readonly DependencyProperty^ AngleProperty
    Remarks
    The C1RadialPanel sets this property automatically on any children which are not derived from the C1RadialMenuItem.
    See Also