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

In This Topic
    GetArcSegmentDefinition Method
    In This Topic
    Gets the ArcSegmentDef value.
    Syntax
    'Declaration
     
    Public Shared Function GetArcSegmentDefinition( _
       ByVal obj As Windows.UI.Xaml.DependencyObject _
    ) As ArcSegmentDef
    public static ArcSegmentDef GetArcSegmentDefinition( 
       Windows.UI.Xaml.DependencyObject obj
    )

    Parameters

    obj
    The element which contains the attached property.
    See Also