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

In This Topic
    SetArcSegmentDefinition Method
    In This Topic
    Sets the ArcSegmentDef value.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetArcSegmentDefinition( _
       ByVal obj As DependencyObject, _
       ByVal value As ArcSegmentDef _
    ) 
    public static void SetArcSegmentDefinition( 
       DependencyObject obj,
       ArcSegmentDef value
    )

    Parameters

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