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


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

Parameters

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

Reference

C1RadialPanel Class
C1RadialPanel Members