ComponentOne Basic Library for WPF and Silverlight
GetArcThickness Method (C1RadialPanel)


C1.Silverlight Namespace > C1RadialPanel Class : GetArcThickness Method
The element which contains the attached property.
Gets the arc thickness value.
Syntax
'Declaration
 
Public Shared Function GetArcThickness( _
   ByVal obj As System.Windows.DependencyObject _
) As System.Double
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim value As System.Double
 
value = C1RadialPanel.GetArcThickness(obj)
public static System.double GetArcThickness( 
   System.Windows.DependencyObject obj
)

Parameters

obj
The element which contains the attached property.
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members