ComponentOne FinancialChart for WPF
StartAngle Property (C1RadialPanel)



C1.WPF Namespace > C1RadialPanel Class : StartAngle Property
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

Reference

C1RadialPanel Class
C1RadialPanel Members