ComponentOne FinancialChart for WPF
C1.WPF 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 DependencyObject _
    ) As ArcSegmentDef
    'Usage
     
    
    Dim obj As DependencyObject
    Dim value As ArcSegmentDef
     
    value = C1RadialPanel.GetArcSegmentDefinition(obj)
    public static ArcSegmentDef GetArcSegmentDefinition( 
       DependencyObject obj
    )
    public:
    static ArcSegmentDef^ GetArcSegmentDefinition( 
       DependencyObject^ obj
    ) 

    Parameters

    obj
    The element which contains the attached property.
    See Also