ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialPanel Class / StartAngle Property



In This Topic
    StartAngle Property (C1RadialPanel)
    In This Topic
    Gets or sets a value that indicates the angle to position the first child element.
    Syntax
    'Declaration
     
    
    Public Property StartAngle As Double
    'Usage
     
    
    Dim instance As C1RadialPanel
    Dim value As Double
     
    instance.StartAngle = value
     
    value = instance.StartAngle
    public double StartAngle {get; set;}
    public:
    property double StartAngle {
       double get();
       void set (    double value);
    }
    See Also