Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialPanel Class / SetArcRelativeRadius Method
The element which contains the attached property.

In This Topic
    SetArcRelativeRadius Method
    In This Topic
    Sets the relative arc radius value.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetArcRelativeRadius( _
       ByVal obj As DependencyObject, _
       ByVal value As Double _
    ) 
    public static void SetArcRelativeRadius( 
       DependencyObject obj,
       double value
    )

    Parameters

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