ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialPanel Class / GetArcRelativeRadius Method
The element which contains the attached property.

In This Topic
    GetArcRelativeRadius Method
    In This Topic
    Gets the relative arc radius value.
    Syntax
    'Declaration
     
    Public Shared Function GetArcRelativeRadius( _
       ByVal obj As Windows.UI.Xaml.DependencyObject _
    ) As System.Double
    public static System.double GetArcRelativeRadius( 
       Windows.UI.Xaml.DependencyObject obj
    )

    Parameters

    obj
    The element which contains the attached property.
    See Also