Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1RadialPanel Class / GetArcThickness Method
The element which contains the attached property.

In This Topic
    GetArcThickness Method (C1RadialPanel)
    In This Topic
    Gets the arc thickness value.
    Syntax
    'Declaration
     
    
    Public Shared Function GetArcThickness( _
       ByVal obj As DependencyObject _
    ) As Double
    public static double GetArcThickness( 
       DependencyObject obj
    )

    Parameters

    obj
    The element which contains the attached property.
    See Also