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