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

    Parameters

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