ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialPanel Class / GetAngle Method
The element which contains the attached property.



In This Topic
    GetAngle Method
    In This Topic
    Gets the angle value.
    Syntax
    'Declaration
     
    
    Public Shared Function GetAngle( _
       ByVal obj As DependencyObject _
    ) As Double
    'Usage
     
    
    Dim obj As DependencyObject
    Dim value As Double
     
    value = C1RadialPanel.GetAngle(obj)
    public static double GetAngle( 
       DependencyObject obj
    )
    public:
    static double GetAngle( 
       DependencyObject^ obj
    ) 

    Parameters

    obj
    The element which contains the attached property.
    See Also