'Declaration
Public Shared Sub SetArcThickness( _ ByVal obj As DependencyObject, _ ByVal value As Double _ )
'Usage
Dim obj As DependencyObject Dim value As Double C1RadialPanel.SetArcThickness(obj, value)
public static void SetArcThickness( DependencyObject obj, double value )
public: static void SetArcThickness( DependencyObject^ obj, double value )
Parameters
- obj
- The element which contains the attached property.
- value