ComponentOne FinancialChart for WPF
SetAngle Method



C1.WPF Namespace > C1RadialPanel Class : SetAngle Method
The element which contains the attached property.
Sets the angle value.
Syntax
'Declaration
 
Public Shared Sub SetAngle( _
   ByVal obj As DependencyObject, _
   ByVal value As Double _
) 
'Usage
 
Dim obj As DependencyObject
Dim value As Double
 
C1RadialPanel.SetAngle(obj, value)
public static void SetAngle( 
   DependencyObject obj,
   double value
)
public:
static void SetAngle( 
   DependencyObject^ obj,
   double value
) 

Parameters

obj
The element which contains the attached property.
value
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members