'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