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



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