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

In This Topic
    SetArcThickness Method
    In This Topic
    Sets the arc thickness value.
    Syntax
    'Declaration
     
    Public Shared Sub SetArcThickness( _
       ByVal obj As Windows.UI.Xaml.DependencyObject, _
       ByVal value As System.Double _
    ) 
    public static void SetArcThickness( 
       Windows.UI.Xaml.DependencyObject obj,
       System.double value
    )

    Parameters

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